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

UploadRequest.AutoSave Property

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

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

Syntax

Visual Basic
Public Property AutoSave As Boolean
C#
public bool AutoSave { get; set; }

Property Value

Type: System.Boolean

If true Image Uploader Flash ASP.NET saves uploaded files to the folder specified with the DestinationFolder property.

Default value is false.

See Also

Reference