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.