NeatUpload Documentation

InputFile.ValidationFileName Property

Client-side name of the uploaded file for validation purposes.

public string ValidationFileName {get;}

Remarks

ValidationFileName is the same as FileName if a file was uploaded during the last postback. However, if no file was uploaded, ValidationFileName is String.Empty while FileName is null.

See Also

InputFile Class | Brettle.Web.NeatUpload Namespace