TotalBytes Property

Object: SoftArtisans.FileUpProgress
Syntax: TotalBytes
Type: Integer
Read/Write: Read Only
Description:

This property returns the total number of bytes to be transferred for this ProgressID.

Examples:
ASP <%
intTotalBytes = progress.TotalBytes
%>
C# cellTotalBytes.Text = progress.TotalBytes.ToString();
VB.NET cellTotalBytes.Text = progress.TotalBytes.ToString()

Because progress indication requires the coordination of several scripts, please see the appropriate Programmer's Guide for a complete sample the demonstrates the use of the FileUp ProgressID property.

Copyright © 2010 SoftArtisans, Inc. All rights reserved.