How do you change the default directory path of the UserFiles when using the ASP.NET connector.
I am trying to upload images to http://localhost/mysite/UserFiles/ or C:\Inetpub\wwwroot\mysite\UserFiles
------------------------------------
I have been able to get the upload to work but they are being saved in: C:\Inetpub\wwwroot\UserFiles
I'm planning on using the FCKeditor on a hosted server, so I need the images to be saved in the root directory of my Website and not the server.
Any suggestions would be helpful,
Thanks
d.
Fri, 11/18/2005 - 13:55
#1
RE: Directory Path with ASP.NET
RE: Directory Path with ASP.NET
So the issue that I thought I was going to have, when moving the site to my hosting provider really is not a problem after all.