Gets full name of the file on the client's computer.
The name of the client's file.
Depending on the Operating System and Browser the client use this name may contain characters such as question marks and slashes which are illegal in file names on Windows. Be carefull using this file name to save the file on the target machine as the name may contain unsafe relative path substrings like "\\", "..\" or a platform-specific characters that cannot be specified in path like quote ("), less than (<), greater than (>), pipe (|), backspace (\b)!
Use the SafeFileName property to get a safe file name.
UploadedFile Class | ElementIT.PowUpload Namespace | SafeFileName property