Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

About

Username
RonnieSan
Joined
March 2009
Visits
194
Last Active
May 25
Roles
REGISTERED, GLOBAL_MODERATORS, ADMINISTRATORS
This forum is a community forum meant for users of the plugin to collaborate and help solve issues with implementation, etc. Unfortunately, as the creator of the plugin, I do not have much time to attend to every request here as this is only a side project and I must work a full-time job to provide for my family. This is how I keep the Flash version free and the HTML5 version low cost.
UploadiFive 1.1.1 has been released which includes a small fix for added support on touch devices including iOS 6 devices.

RonnieSan

  • xfilteroneb
  • CircusMusic23
    Seem to be a lot of people asking on the forum but not much in terms of response.. formData is not getting sent when a user uploads. I've tried a bunch of different ways mentioned of setting it but the only way that works is setting it on the creation of the object. Setting it at any other time leads to it not getting sent which is not ideal as I depend on the form data to deal with my uploads. I've tried this: 'onUploadStart' : function(file) { var formData = { 'key' : 'value, 'otherkey' : 'otherval' } $('#file_upload').uploadify("settings", "formData", formData); }, as well as this: 'onUploadStart' : function(file) { $('#uploadify').uploadify('settings', 'key' , 'val' ); $('#uploadify').uploadify('settings', 'otherkey' , 'otherval' ); }, I've used to two above samples in other places and not just onUploadStart as well to see if that would help which it did not.
    November 2012
  • avtobiff
    Hi Ronnie! Sorry if I am sending multiple messages to you everywhere but I can't find any good entry point into your communications. (If you had an e-mail adress published this would be my first choice.) Please include the source for uploadify.swf in the Uploadify source distribution. I am packaging Uploadify for Debian. Best, Per
    September 2012
  • tarekjradi
    Hello Ronnie. I recently bought the plugin in version HTML5. But The HTML5 version of Uploadify is not working on MAC Safari 5.1.7. Please let me know what i need to do for that?
    June 2012
  • reyyy
    Just a quick question, is there a way to directly access(not through a function) real time updated value of swfuploadify.queueData = {queueLength}. I need it to determine if uploadify('settings', 'upload') should be fired or skipped.. There are workarounds, like checking how many child elements parent DOM has, but like, that's a pain to do so, if there is setting for checking that directly
    May 2012
  • knotenpunkt
    the version 2 doesnt work very well, for example .uploadifySettings doesnt work with the newest jqeuery version and the flash version goes always down if i open the alert function so i installed version 3 on my page my question now is, where a the callback parameters in that function onQueueComplete() where are these parameters like (version 2) ...'oneComplete' : function(event, ID, fileObj, response, data) {... i hope you have answers for my questions and if in these beta the parameters stil doesent exist, the i hope you add these parameters very fast and excuses me for my bad english knotenpunkt
    January 2011
  • rajeshrjsh
    for ex 6 files on my queue, if i call onclearqueue method, that 6 files are not deleting at a time.. first time click it clearing 3 files then second time click 2 files third time click 1 files.. hw to clear all files from queue at a single click..?
    December 2010
  • RonnieSan
    RonnieSan changed TravisN.'s permissions.
    TravisN. was added to the ADMINISTRATORS role.
    November 2010