Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to download file without popup it has to download at fixed location using asp,net
Posted

1 solution

You can't control that. Essentially what is happening is you are sending the file to a user's browser and the browser then controls what happens. Browsers ask if the user wants to Open or Save, etc, but it depends on the browser.

For security reasons you can't just force down a file to the user's computer.
 
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