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

imageUploaderFlash.uploadButtonText Property

Gets or sets a caption of the button which starts the upload of the selected files.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    //...other params...
    uploadButtonText: "Upload",
    //...other params...
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').uploadButtonText(value);
value = $au.imageUploaderFlash('uploaderID').uploadButtonText();

Property Value

Type: String

The caption of the Upload button.

Default value is "Upload".

Remarks

This property is necessary for localization of Image Uploader Flash.

See Also

Reference