1

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...

2 Answers 2

1

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

Sign up to request clarification or add additional context in comments.

Comments

0

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

4 Comments

Thank you. But i need the drag and drop file upload process in asp.net (Visual studio 2005)
So who is stopping you to use jquery in asp.net.
We can use jquery in asp.net. But the example contains the line like $("#drop-div").dropzone({url : "localhost:8080/upload.php"});. I want to upload the files in Upload folder.
Its not necessary that you can search the code that is actually as you want. You have to make changes in order to make it working according to your requirements. If you have worked with jqeury/ajax, you can really make it working for you. Otherwise this link is alien for you..

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.