Gets or sets a value indicating whether uploaded files should be automatically saved.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
public bool AutoSave { get; set; }
Type: System..Boolean
If true
, HTML5/Flash Uploader ASP.NET saves uploaded files to the folder specified with the DestinationFolder property.
Default value is false.