user1236942
user1236942

Reputation: 11

Drag and Drop file upload without using file upload control in asp.net

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

Answers (2)

Deepak Kumar
Deepak Kumar

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

Nathan Taylor
Nathan Taylor

Reputation: 24606

Take a look at Uploadify which uses jQuery or Plupload which is based on vanilla JavaScript.

Upvotes: 1

Related Questions