From d86d3c42452da6d7c0acfb425f4e5f72a15b88b2 Mon Sep 17 00:00:00 2001 From: Prasath Mani Date: Wed, 1 Jan 2020 19:41:27 +0530 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 1 + 1 file changed, 1 insertion(+) 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