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

UploadHandler.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.String

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

See Also

Reference