TransferredBytes Property

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

This property returns the number of bytes that have been received by the server.

Examples:
ASP <%
intBytesTransferred = progress.TransferredBytes
%>
C# cellTransferredBytes.Text = progress.TransferredBytes.ToString();
VB.NET cellTransferredBytes.Text = progress.TransferredBytes.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.