diff --git a/FAQ.md b/FAQ.md index c53199b..826a281 100644 --- a/FAQ.md +++ b/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. \ No newline at end of file