Multiple file upload (client side)

无人久伴 提交于 2019-12-11 22:52:53

问题


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 mootools and mootools is very big library. Also I can't use jQuery, because I'm writing on Ext js and it's not good idea to use two big library like jQuery and Ext js. I can write it myself but I don't have a time.

If everyone knows any library like this, please post link here.

Thanks!


回答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.




回答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.



来源:https://stackoverflow.com/questions/8740246/multiple-file-upload-client-side

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!