jQuery Drag and Drop Upload

China☆狼群 提交于 2020-01-07 05:21:27

问题


I need to built a page that user can drag and drop file and upload it on ftp server. Its just an upload and nothing else. Does anyone have any idea?


回答1:


drag n drop is a clientside issue, ASP runs on the server.

jquery is the correct approach for clientside coding problems. jQuery is crossbrowser compatible

just google jQuery drag n drop upload for examples



来源:https://stackoverflow.com/questions/4931257/jquery-drag-and-drop-upload

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