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.
  • ok tryin to figure out how to get file upload list to go 1 , 2 ,3

    another words
    i have say 3 file sin the upload Que .. i like it to upload file 1. then goto file 2 . then goto file 3 and so on ..

    ty
  • At the moment you can't. It will be remedied in the next version
  • ok good deal thank you .. awsome work tho
  • Hi there,

    A week ago, I integrated uploadify with the SLOODLE Presenter and all of the project members were really pleased to see that we now would have the ability to upload multiple PowerPoint jpg's at once! However, during beta tests, I noticed that each file uploads in a random order, therefore mixing up the slide order of our powerpoint presentations. Is this a limitation of uploadify?
  • I wouldn't think it's a limitation, but rather just the way it does things. Would the images not be named in such a way that sorting on the server end would display in order regardless of the upload order?
  • Thanks for your quick reply Sir William,

    Yes, I can do it that way, just was wondering if I was missing an uploadify feature. After each upload is complete my code currently just adds it to the DB, so... in this case, I can first add them to an array, and then on all complete sort the array and add to the db...

    thanks
  • Yeah been having some issues with the order. I'm using PHP for this tool looks like $_FILES array the order of the images are jumbled. Is it random? Can anyone comment on how uploadify is posting the files? Or is it part of the swfUploader jumbling things around? It totally threw a wrench into my design especially since it seems to work fine with single or 2-3 file uploads. But when I do a large batch of 5-10 uploads things go to hell. Probably not a problem for most that just use the standard fileMenu. But my uploadify on complete builds an additional sortable using the jquery-ui so users can drag-ndrop the photos to re-order them. Since everything is out of order the table is broken and images don't link correctly.

    I'm going to try and implement a csv string of the photo names to pass into the upload to see if I can help the way $_FILES is accessed and used.
  • The ordering can be fixed by passing a sequence number from flash to the upload script.
  • Barbossa said:
    The ordering can be fixed by passing a sequence number from flash to the upload script.


    can you provide more info on how to do that? i really would like to get uploads in queue order...

    thnx in advance!
  • anybody knows haw to achieve that??
  • just use uploadify v2. Upload orders were fixed in this version
  • TravisN. said:
    just use uploadify v2. Upload orders were fixed in this version


    On the uploadify website that solution seems to work, but not with me. I've downloaded the 2.0.3v, but still get an order that is based on the filesize / filename, not on the order how I selected the items.