| Object: | SoftArtisans.FileUp |
| Syntax: | TotalBytes |
| Type: | Long Integer |
| Read/Write: | Read Only |
| Description: | This property displays the actual numbers of bytes written
to disk. The value of TotalBytes is always 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 is 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.FormEx("FILE1").TotalBytes. |
| Previous Page | Next Page |