Gets or sets a message which states that the uploaded file cannot be deleted.
public function getDeletingFilesError() { } public function setDeletingFilesError($value) { }
Type: string
The message which states that the uploaded file cannot be deleted, e.g. it is used by another application. It can contain the following placeholder:
Default value is "The file '[name]' cannot be deleted".
A difference between ActiveX/Java Uploader behavior in Internet Explorer and other supported browsers is the following. When ActiveX/Java Uploader deletes files in Internet Explorer, it moves them in the way specified in the Recycle Bin properties. By default, a standard delete confirmation dialog appears and files are moved to the Recycle Bin if a user clicks Yes. However, if ActiveX/Java Uploader deletes files in any of other supported browsers, the internal delete confirmation dialog appears and files are removed permanently when a user clicks Yes.
This property is necessary for localization of ActiveX/Java Uploader.