This documentation is for the old version. Go to the latest Upload Suite docs

UploadHandler.DestinationFolder Property

Gets or sets a name of the folder to save uploaded files to.

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

Syntax

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

Property Value

Type: System.String

The path where uploaded files should be saved if the autosave feature is enabled.

Remarks

This property makes sense if AutoSave is set to true.

The path can be both absolute (C:\Uploads) or relative (/uploads, ./uploads, ../uploads). Additionally, the Web application root operator (~) is supported.

See Also

Reference