uploadSettings.redirectUrl Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

Gets or sets the URL to which the user will be redirected when the upload is successfully completed.

Syntax

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

Property Value

Type: String

The URL to which the user will be redirected when the upload is successfully completed.

Default value is "".

See Also

Reference