Multiple File Upload (client Side)
I'm looking for multiple file upload component with alternative ways. I need HTML5, Flash and normal upload support, depended by device. I don't like FancyUpload, because it uses m
Solution 1:
I am a big fan of Plupload
Here is an example of all run times supported (Flash, HTML4, HTML5, etc...): http://www.plupload.com/example_all_runtimes.php
You can also include only the run times you want.
Solution 2:
Here is an ExtJS 4 wrapper I wrote for SWFUpload: https://github.com/JarvusInnovations/Ext.ux.SWFUpload
I'm interested in having a more robust ExtJS4 upload widget though that supports HTML5 and normal form upload too. Maybe we can build one if nothing else turns up.
Post a Comment for "Multiple File Upload (client Side)"