Gets or sets the URL to which the user will be redirected when the upload is successfully completed.
$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();
Type: String
The URL to which the user will be redirected when the upload is successfully completed.
Default value is "".