Skip to content
Prasath Mani edited this page Jan 1, 2020 · 3 revisions

I get an error uploading some files

This is probably a file size upload limit issue. MAX_UPLOAD_SIZE config option allow you to set the file limit for transfer. But server settings (upload_max_filesize and post_max_size in php.ini) may overwrite this value.

Clone this wiki locally