Text string which appears in the progress dialog when the upload completes, and Image Uploader is waiting for a response from the server.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property ProgressDialogWaitingForResponseFromServerText As String
public string ProgressDialogWaitingForResponseFromServerText { get; set; }
A string value that specifies a text displayed on a progress dialog when upload is finished and Image Uploader is waiting for a response from server.
Default value is "Waiting for response from server...".