Class: SoftArtisans.FileUp
Property: TotalBytes
Type: long integer
Read Only
Description: This property displays the actual numbers of bytes written to disk.
The value of TotalBytes will always be less than or equal to the MaxBytes property.
If there is more than one file being uploaded in a single page, only the first one will be displayed.
To examine the Total Bytes written of multiple files in a single upload, there is an equivalent property for each file object, i.e. upl.Form("FILE1").TotalBytes.