PDA

View Full Version : FILE UPLOAD


bruce
03-08-2007, 06:39 AM
The path to your website root can be found in the Account Info/Edit section

You should also consider using Server.mappath function to get the physical path to your site root.

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

tom_r
03-08-2007, 11:29 AM
I have made a system in Visual Web Developer 2005 Express, built into my system is a file upload control which works perfectly at home, becuase i can provide a 'rooted path' in the code but i need this to work online aswell. I have tried using the FTP account to upload to but it does not consider this a rooted path.

Any help would be greatly appreciated!!!

tom_r
03-09-2007, 09:31 AM
Thanks mate! That worked perfectly!