Hi all
I am using the asp.net upload control to help in uploading files to a ftp folder. When I call the following:
on the control (FileUpload1) I get the following result: "C:\WINDOWS\system32\img1.JPG". My problem is that the file that I browsed to is not at this location, but instead at "C\img1.JPG".
Can anyone suggest why I am getting a different file location?
Mike55.
I am using the asp.net upload control to help in uploading files to a ftp folder. When I call the following:
Code:
System.IO.Path.GetFullPath(FileUpload1.FileName)
Can anyone suggest why I am getting a different file location?
Mike55.