Click here to Skip to main content
15,884,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I need to upload files from my asp.net web site. The requirement is, the user need to be able to drag-drop outlook emails to the web page directly for uploading. file should save in particular folder.

I greatly appreciate any pointers, links, third party controls.

Thanks for your time,


Thnaks & Regards,

Srinivas Lakkapally
Posted
Updated 30-Jan-15 17:09pm
v8
Comments
CHill60 21-Jan-15 7:36am    
What have you tried?
Srinivas Lakkapally 21-Jan-15 9:11am    
i want to upload mails from outlook. that should be drag and drop option if you drag the mail and drop in to textbox are any other control that particular file should save into some folder and that file am converting into bytes and saving into DB.

CHill60 21-Jan-15 9:12am    
Fine ... but what have you tried so far and where are you stuck?
Srinivas Lakkapally 21-Jan-15 9:12am    
we can able to read that file also.. now am doing drag the mail and droping into desktop then am able upload that file this is woking fine but i want to drop directly into upload control..
deepakdynamite 21-Jan-15 23:17pm    
Use HTML 5 FILE API... But make sure about browser version you are using.

http://html5demos.com/drag-anything

Or use jquery:

http://www.dropzonejs.com/

1 solution

can't you just enable drop and set a breakpoint at the point where you receive data?

you can look what data you get and what data you could use
 
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