Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Other Development Tools
 How to save file in ASP

Author  Topic 

Mamatha
Posting Yak Master

102 Posts

Posted - 2005-01-11 : 05:08:34
Hi
i want to save files in ASP using save dialog box.How can i write functionality for this.I know code for opendialog.Please give me the solution to create savedialog box in ASP.Thanks in advance.


Mamatha

sreemace
Starting Member

9 Posts

Posted - 2005-01-11 : 05:30:23
<input value=file type="file"></input>
Response.AddHeader "Content-Disposition", "filename=" & strFileName & ".asp"

Pls go thru link given below:

http://www.asp101.com/samples/viewasp.asp?file=download%5Fsample%2Easp



Thanks & Regards,
Sreejith G
Go to Top of Page
   

- Advertisement -