Gets or sets a value indicating whether uploaded files should be automatically saved.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
Public Property AutoSave As Boolean
public bool AutoSave { get; set; }
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.