PowUpload 1.3
UploadedFile.SafeFileName Property

Home page
Contact support

Gets a safe file name with an extension.

public�string�SafeFileName�{get;}

Property Value

A String consisting of the characters after the last directory character in file path.

Remarks

All characters that are illegal in file names on Windows and not safe relative path substrings like "\\", "..\" are deleted.
Use only this property to get a safe file name to save the file on the target machine

See Also

UploadedFile Class | ElementIT.PowUpload Namespace