Skip to content

Allow file upload to include files other than pictures

By default, only JPEG files are allowed for file upload, but one can change the upload file extension to include additional file formats in conf.php called 'UPLOADEXT'.

// default
define('UPLOADEXT', 'gif,png,jpg,jpeg');

Feedback and Knowledge Base