DeleteFilesDialog Class ActiveX/Java Uploader ASP.NET

Supported browsers: FirefoxGoogle ChromeSafari

This class represents the delete confirmation dialog which appears in non-Internet Explorer browsers when Uploader..EnableOriginalFilesDeletion is true.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

C#
public class DeleteFilesDialog

Remarks

Note

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.

If the file cannot be deleted, the DeletingFilesError message appears.

Inheritance Hierarchy

System..Object
+ Aurigma.ImageUploader..DeleteFilesDialog

See Also

Reference