This documentation is for the old version. Go to the latest Upload Suite docs

InstallationProgress.JavaProgressHtml Property

Gets/sets text saying that the downloading of the Java applet is in progress.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property JavaProgressHtml As String
C#
public string JavaProgressHtml { get; set; }

Property Value

The value which represents text saying that the downloading of the Java applet is in progress.

Default value is "<p><img src=\"{0}\" /><br />Loading Aurigma Image Uploader Java Applet...</p>".

Remarks

The value of this property can contain {0} placeholder. Before displaying the downloading screen, this placeholder is replaced with image URL defined in the ProgressImageUrl property. It allows you to customize images without changing HTML-marked text.

See Also

Reference