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.

Namespace: Aurigma.ImageUploaderFlash
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)

Syntax

Visual Basic
Public Property RedirectUrl As String
C#
public string RedirectUrl { get; set; }

Property Value

Type: System.String

The URL to which the user will be redirected when the upload is successfully completed.

Default value is "".

See Also

Reference