Click here to Skip to main content
15,892,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi,
i want code or example for,
drag and drop attachments to file upload control for asp.net with c# like in gmail....
Posted

Useful reference is available using HTML5 at http://www.thebuzzmedia.com/html5-drag-and-drop-and-file-api-tutorial/[^]
 
Share this answer
 
try with this it ill upload your file..

FileUpload1.PostedFile.SaveAs(MapPath("~/UpLoads/" + FileUpload1.FileName));


FileUpload1=your fileupload control id

"~/UpLoads/"==your current path in project

Posted By ,
T.D.V.Anil Kumar Reddy.
 
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