kentico_michal
-
5/10/2011 2:52:08 AM
RE:Supported file types for avatar images
Hi,
If you are using standard User avatar selector form control, only files with following extensions can be uploaded:
bmp,gif,ico,png,wmf,jpg,jpeg,tiff,tif
You can override these default extensions and configure allowed extensions according to your needs in the web.config file by adding CMSImageExtensions key to the appSettings section:
<add key="CMSImageExtensions" value="bmp;ico;png;jpg;jpeg" />
If you are using any custom form control, you need to check file extension in the code of the custom form control.
Best regards, Michal Legen
|