Gets or sets a caption of the Hide button on the dialog displayed during the instant upload.
$au.uploader({ uploadProgressDialog: { //...other params... hideButtonText: "Hide", //...other params... } })
Type: String
The caption of the button which hides the uploading files dialog when the instant upload mode is used.
Default value is "Hide".
This button arrears when files are uploaded instantly.
This property is necessary for localization of ActiveX/Java Uploader.