PDA

View Full Version : Saving files on client machines


nazgul
05-25-2004, 04:41 AM
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.

codefester
06-06-2004, 10:16 AM
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 jfischer@dfwjobconnection.com

Regards,

JC Fischer