What lib can i use to upload multiple files with the ability to see progress and cancel them mid upload? this seems suitable but i’ll need to fight the UI because it does things i dont want (such as giving a link) and doesnt do something i want (select a specific file in a list)
I dont want any flash, this has to be html5
It is possible to use the jquery file upload with your own UI, provided that you are comfortable with jQuery and jQuery UI; we did modify it in 2 hours for image upload wherein you could drag and drop the images in the upload area, and sort the thumbnails of images while they were being uploaded; in the end none of the UI code was original.