Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello everyone,

Please help me , I want a way in asp.net that a user can drag and drop multiple files into web form area and that file can be any type like zip,text,xls..etc. And those files uploaed into my desired location not in project folders, the path can be anyone like it can be in c: drive or d: drive on the server.

Please reply me as soon as possilble thanks.
Posted
Updated 6-Feb-14 2:13am
v2
Comments
Maarten Kools 6-Feb-14 4:11am    
And what do you expect from us? Code? That's not how it works on the CodeProject. But here's a JavaScript library to help you on your way: DropzoneJS[^]. You'd have to create the server side yourself.
ZurdoDev 6-Feb-14 8:13am    
Where are you stuck?

1 solution

you can do this with the help of ajax file Upload option, I have used couple of month. A complete information how can used this in this link, hit this link for better understand http://www.asp.net/ajaxlibrary/ajaxcontroltoolkitsamplesite/ajaxfileupload/ajaxfileupload.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900