Saving files on client machines

Discussion in 'ASP.NET / ASP.NET Core' started by nazgul, May 25, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I am trying to write an web application using ASP.Net. The objective of my program is to create and save some files for the client. I tried to hard code the path and save it to the client?s C: drive. Of course, that is blocked. However, there has to be some client side control that ASP.Net provides, that should let me do this(I guess this would involve some user interaction to allow saving the files). My code is in C#. Would appreciate help on this.
     
  2. I had to do this recently on an intranet project. Best way I found was to create an ActiveX control to host the interface. Worked like a champ. Write me for more info at [email protected]

    Regards,

    JC Fischer
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page