<?xml version="1.0" encoding="UTF-8"?>
<ajxpcore id="core.uploader" label="CONF_MESSAGE[Uploaders Options]" description="CONF_MESSAGE[Options shared by all uploaders plugins]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
    <class_definition filename="plugins/core.uploader/CoreUploaderLoader.php" classname="Pydio\Uploader\Core\CoreUploaderLoader"/>
    <client_settings>
        <resources>
            <i18n namespace="core_uploader" path="plugins/core.uploader/i18n"/>
        </resources>
    </client_settings>
	<server_settings>
		<global_param expose="true" group="CONF_MESSAGE[Allowed Extensions]" name="ALLOWED_EXTENSIONS" type="string" label="CONF_MESSAGE[Extensions List]" description="CONF_MESSAGE[Filter the files that are allowed to be uploaded, by extensions. Use a comma-separated list.]" mandatory="false" default=""/>
		<global_param expose="true" group="CONF_MESSAGE[Allowed Extensions]" name="ALLOWED_EXTENSIONS_READABLE" type="string" label="CONF_MESSAGE[Ext. Label]" description="CONF_MESSAGE[User readable label for the list of allowed extensions (images, all files, etc).]" mandatory="false" default=""/>
		<global_param expose="true" group="CONF_MESSAGE[Limitations]" name="UPLOAD_MAX_NUMBER" type="integer" label="CONF_MESSAGE[Files Number]" description="CONF_MESSAGE[Maximum number of files for each upload. Leave to 0 for no limit.]" mandatory="false" default="0"/>
		<global_param expose="true" group="CONF_MESSAGE[Limitations]" name="UPLOAD_MAX_SIZE" type="string" label="CONF_MESSAGE[File Size]" description="CONF_MESSAGE[Maximum size per file allowed to upload. By default, this is fixed by php config 'upload_max_filesize'. Use this one only if you want to set it smaller than the php config. If you want to increase the php value, please check the PHP documentation for how to set a php config. Use either the php config syntax with letters for size (e.g. '2M' for 2MegaBytes , '1G' for one gigabyte, etc.) or an integer value like 2097152 for 2 megabytes.]" mandatory="false" default="0"/>
		<global_param expose="true" group="CONF_MESSAGE[Limitations]" name="UPLOAD_MAX_SIZE_TOTAL" type="string" label="CONF_MESSAGE[Cumul. Size]" description="CONF_MESSAGE[Maximum total size (all files size cumulated) by upload. Leave to 0 if you do not want any limit. See the previous variable for syntax ('2M' or 2097152 )]" mandatory="false" default="0"/>
	</server_settings>
</ajxpcore>
