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

PHP Initialize
public function getRedirectUrl() {
}

public function setRedirectUrl($value) {
}

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