Reputation: 1404
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?
Upvotes: 0
Views: 2189
Reputation: 1420
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
Upvotes: 2