Aurigma Image Uploader 6.5 Dual
ImageUploader..::.ProgressDialogSentText Property
Caption of the label on the progress dialog which specifies how many files have already been sent.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public Property ProgressDialogSentText As String
C#
public string ProgressDialogSentText { get; set; }
Property Value
A string value that specifies a caption of the label on the progress dialog which specifies how many files have already been sent.
To be able to display additional information in this dialog (like the total amount of data and the amount of data to be sent), special keywords are used:
| Placeholder | Description |
|---|---|
| [Current] | replaced by the number of bytes currently uploaded. |
| [Total] | replaced by the total number of bytes which should be sent in this upload session. |
Default value is "Bytes sent: [Current] of [Total]".
Remarks
This property corresponds to ProgressDialogSentText client-side property.