Allow file upload to include files other than pictures ← Common Issues 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'.// defaultdefine('UPLOADEXT', 'gif,png,jpg,jpeg');