PowUpload 1.3
UploadedFile.ContentLength Property

Home page
Contact support

Gets the size in bytes of an uploaded file.

public�long�ContentLength�{get;}

Property Value

The length of the file.

Remarks

Returns zero if the file has no content or a user didn't selected a file to upload in the Form. To determine whether a file was selected or not use the FileName property (an empty string indicates the user didn't selected a file).

See Also

UploadedFile Class | ElementIT.PowUpload Namespace