Updated FAQ (markdown)

Prasath Mani
2020-01-01 19:41:27 +05:30
parent 3c6cf9dfb0
commit d86d3c4245

1
FAQ.md

@@ -1 +1,2 @@
## 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.