Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using a <asp:FileUpload ID="flDoc" runat="server"/> for uploading files.

By using this control..i am only able to upload a file..to save this file.. i have to use another save button ...to save the uploaded file.


I want a solution... where i can upload and save the attached file with only one click event.

For example: like attachments we do in gmail.

Can i get a help for this solution.

Thankyou,
yashoda
Posted
Updated 16-Mar-11 21:12pm
v2

I want a solution... where i can upload and save the attached file with only one click event.
Good to know. For that you need to make your own custom control and write the logic by yourself.


like attachments we do in gmail.
Gmail upload control also does not save automatically. It's the auto-save feature of gmail (for the whole mail) that saves the uploaded file.
 
Share this answer
 
Comments
Espen Harlinn 17-Mar-11 3:46am    
Nice reply, 5ed!
 
Share this answer
 
Comments
Espen Harlinn 17-Mar-11 3:47am    
Ajax Uploader - cool, my 5

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