Aurigma Image Uploader 7.0.37
Uploader.EnableOriginalFilesDeletion Property
Gets or sets a value indicating whether successfully uploaded files should be deleted.
Syntax
PHP
public function getEnableOriginalFilesDeletion() {
}
public function setEnableOriginalFilesDeletion($value) {
}
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.