Are there any good jQuery drag and drop file upload plugins?
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 th开发者_运维知识库e upload progress as it is going.
But I don't want flash.
CSS, HTML5 and jQuery preferred.
Thanks.
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.
精彩评论