Reputation: 11
I want to drag the files from desktop and drop in web application and upload files in server with out using file upload control. I need this in asp.net using Visual studio 2005. Is Drag and drop file upload process is possible in Visual studio 2005. Please urgent...
Upvotes: 1
Views: 7211
Reputation: 682
You can try HTML5: http://demo.tutorialzine.com/2011/09/html5-file-upload-jquery-php/
Or Jquery http://code.google.com/p/dnd-file-upload/wiki/howto https://github.com/blueimp/jQuery-File-Upload
Upvotes: 0
Reputation: 24606
Take a look at Uploadify which uses jQuery or Plupload which is based on vanilla JavaScript.
Upvotes: 1