Are there any good jQuery drag and drop file upload plugins?

杀马特。学长 韩版系。学妹 提交于 2019-12-24 19:03:01

问题


Are there any good drag & drop jQuery plugins that give me the same functionality as dragging and dropping attachments in Gmail?

Preferably I would be able to see the upload progress as it is going.

But I don't want flash.

CSS, HTML5 and jQuery preferred.

Thanks.


回答1:


If speed is an important thing to you, use this plugin, The API is very similar to jQuery UI's draggable and droppable plugins

http://plugins.jquery.com/project/event-delegated-drag-and-drop some other links

http://www.tripwiremagazine.com/2010/01/15-jquery-plugins-giving-web-interfaces-drag-n-drop-capabilities.html

I have use this one for row drag and drop in table (grid), so check it out may be this will help u.



来源:https://stackoverflow.com/questions/4487756/are-there-any-good-jquery-drag-and-drop-file-upload-plugins

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