ASP.NET 1.0 and 1.1 BasicsASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I am trying to find a way to allow my user to select the location he would like to save the output file on his system. When developing Windows apps you can use File Dialog boxes. Is there anything similar to this kind of control in ASP.NET? I know you can use the File Field for uploading but haven't found a counter part for downloading. Suggestions on how I might achieve the desired result?
Thanks in advance.
Brian
I don't think you can do this. I may be wrong but it seems like a very serious security risk.
What's to stop me or someone malicious from sending myDoom to users who visit my site without them knowing?