Aurigma ActiveX/Java Uploader 8.0.33
BaseUploadControl..::.AutoSave Property
Gets or sets a value indicating whether uploaded files should be automatically saved.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public Property AutoSave As Boolean
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.