UploadRequest.AutoSave Property ActiveX/Java Uploader ASP.NET

Gets or sets a value indicating whether uploaded files should be automatically saved.

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

Syntax

C#
public bool AutoSave { get; set; }

Property Value

Type: System..Boolean

If true, ActiveX/Java Uploader ASP.NET saves uploaded files to the folder specified with the DestinationFolder property.

Default value is false.

See Also

Reference