Drag and drop ajax file upload

二次信任 提交于 2019-12-24 01:23:35

问题


I want to be able to upload files with drag and drop functionality via ajax. However, IE doesn't seem to support any type of drag and drop. Is there any way for IE to accept file drag and drop?


回答1:


http://jquery.malsup.com/form/ This plugin will handle an ajax file upload for you.




回答2:


IE10 is the first version of Internet Explorer to support file drag and drop.



来源:https://stackoverflow.com/questions/8531428/drag-and-drop-ajax-file-upload

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