uploadSettings.redirectUrl Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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

Syntax

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

Property Value

Type: String

The URL to which a user will be redirected when the upload is successfully completed. If it is an empty string, ActiveX/Java Uploader will not try to redirect.

Default value is "".

See Also

Reference

Manual