Skip to content Skip to sidebar Skip to footer

Jquery Drag And Drop Upload

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?

Solution 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

Post a Comment for "Jquery Drag And Drop Upload"