Aurigma Image Uploader 7.0.37
uploader.enableOriginalFilesDeletion Property
Gets or sets a value indicating whether successfully uploaded files should be deleted.
Syntax
JavaScript
Initialize
$au.uploader({
//...other params...
enableOriginalFilesDeletion: false,
//...other params...
})
Get/Set Value at Runtime
$au.uploader('uploaderID').enableOriginalFilesDeletion(value);
value = $au.uploader('uploaderID').enableOriginalFilesDeletion();
Property Value
Type: Boolean
If true, after successful upload Image Uploader shows a dialog, asking a user whether the uploaded files should be deleted. If a user clicks Yes, the files will be deleted.
Default value is false.
Remarks
If the file cannot be deleted, the deletingFilesError message appears.