UploadHandler.DestinationFolder Property HTML5/Flash Uploader ASP.NET

Supported technologies: Adobe FlashHTML 5

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

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

Syntax

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