Open File Dialog Box

  • Thread starter Thread starter Mike P
  • Start date Start date
M

Mike P

Is is possible to create an open file dialog box in ASP.NET that allows
the user to save a file to whatever directory they choose locally?
 
Not really, no. You can stream a file such that it prompts an "open or save
as" dialogue box though.
 
Back
Top