Click here to Skip to main content
15,892,643 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello every1,

i am creating a zip file through code. after creation of zip file it is saved in server under the path
C#
Server.MapPath("~/UploadedDocs/" & downloadFileName)

when i need to download the file that is created i am using
C#
Response.Redirect("~/UploadedDocs/" & downloadFileName)

Here Response.Redirect is not working. can any one please help me what to do.


Thanks in advance
Posted
Updated 2-Feb-13 7:21am
v2

 
Share this answer
 
 
Share this answer
 
Thanks to both of you. i will work on this. Thanks a lot for you response

Muthuraja Irullandi
ProgramFOX
 
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