Содержание

DeleteExtensionFilter

Removes filtered extension, files of which will be ignored during the documents loading.

Syntax

procedure DeleteExtensionFilter(aExtension: string);

Parameters

Examples

  1. //Remove the prohibition of uploading "jpeg" files
    DeleteExtensionFilter('.jpeg');