/
home
/
assocoweys
/
leucate
/
plugins
/
user
/
profileimage
/
Upload File
HOME
<?xml version="1.0" encoding="UTF-8"?> <extension type="plugin" group="user" method="upgrade"> <name>plg_user_profileimage</name> <author>JoomShaper.com</author> <creationDate>Sep 2025</creationDate> <copyright>Copyright (C) 2010 - 2025 JoomShaper. All rights reserved.</copyright> <license>http://www.gnu.org/licenses/gpl-2.0.html GPLv2 or later</license> <authorEmail>support@joomshaper.com</authorEmail> <version>6.1.2</version> <description>PLG_USER_PROFILEIMAGE_XML_DESCRIPTION</description> <namespace path="src">Joomla\Plugin\User\Profileimage</namespace> <files> <folder>forms</folder> <folder plugin="profileimage">services</folder> <folder>src</folder> </files> <languages> <language tag="en-GB">language/en-GB.plg_user_profileimage.ini</language> <language tag="en-GB">language/en-GB.plg_user_profileimage.sys.ini</language> </languages> <config> <fields name="params"> <fieldset name="basic"> <field name="upload_path" type="text" label="PLG_USER_PROFILEIMAGE_FIELD_UPLOAD_PATH_LABEL" description="PLG_USER_PROFILEIMAGE_FIELD_UPLOAD_PATH_DESC" default="images/profiles" filter="path" /> <field name="max_file_size" type="text" label="PLG_USER_PROFILEIMAGE_FIELD_MAX_FILE_SIZE_LABEL" description="PLG_USER_PROFILEIMAGE_FIELD_MAX_FILE_SIZE_DESC" default="2097152" filter="int" /> </fieldset> </fields> </config> </extension>