|
This contains the file path as reported by the uploading client
browser. This is typically the path to the file as exists on the
client computer.
- Windows Browsers upload a path name - e.g.
"c:\mydirectory\myfile.ext"
- Macintosh Browsers upload the file name only - e.g. "Picture of
Mum?"
- UNIX users upload a path name - e.g.
"mydrive:\mydir\\myfile.ext"
This property may contain Unicode characters depending on the
locale of the uploading operating system, the name of the file and
the type of browser being used to perform the upload. In general
Internet Explorer browsers support Unicode uploads while Netscape
Navigator browsers do not.
Depending on the source Operating System and Browser the
RawFilePath property may contain characters such as question marks
and slashes which are illegal in file names on Windows.
|