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.
custom drag&drop area
  • It would be cool if we could define a custom drag&area that is not dependant on queueID. I wanna make make drag&drop area smaller than the queueID and leave the queueID bigger and full width for progress bars and similar.

    is this possible now? can this be possible in the future?
  • You'll need to do some custom scripting, but it's not too difficult of a task to do.

    Check out lines 548 - 566. That's where all the Drag and Drop magic happens. Just change $data.queueEl.get(0) to the jQuery object for the DOM element you want to use as a drag and drop target.
    (i.e. $('#dropTarget')...)
  • This is an interesting hack, I just posted a thread on this. I second adding a dnd zone though to the config!!