Gets or sets the URL to which the user will be redirected when the upload is successfully completed.
$au.imageUploaderFlash({Get/Set Value at Runtime
uploadSettings: {
//...other params...
redirectUrl: "",
//...other params...
}
})
$au.imageUploaderFlash('uploaderID').uploadSettings().redirectUrl(value);
value = $au.imageUploaderFlash('uploaderID').uploadSettings().redirectUrl();
Type: String
The URL to which the user will be redirected when the upload is successfully completed.
Default value is "".