Gets or sets a URL to which a user will be redirected when the upload is successfully completed.
$au.uploader({Get/Set Value at Runtime
uploadSettings: {
//...other params...
redirectUrl: "",
//...other params...
}
})
$au.uploader('uploaderID').uploadSettings().redirectUrl(value);
value = $au.uploader('uploaderID').uploadSettings().redirectUrl();
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 "".