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

uploadSettings.redirectUrl Property

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