UploadRequest.DestinationFolder Property ActiveX/Java Uploader ASP.NET

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

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.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.

Default value is "".

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