(New page: == ImageUploadAllowedExtensions == This option specifies the image extensions which you wish to use in FCKeditor. Example: <pre>FCKConfig.ImageUploadAllowedExtensions = ".(jpg|gif|jpeg|pn...) |
(No difference)
|
Latest revision as of 14:12, 10 January 2008
ImageUploadAllowedExtensions
This option specifies the image extensions which you wish to use in FCKeditor. Example:
FCKConfig.ImageUploadAllowedExtensions = ".(jpg|gif|jpeg|png|bmp)$" ;
If you leave this option empty all of the extensions will be allowed.