--- FAQ 2001/03/11 15:28:55 1.2 +++ FAQ 2001/03/21 21:44:14 1.3 @@ -19,3 +19,10 @@ to php4. If you can't for some reason, contact me and I will see if I can write work-around for php3. +4. I'm having problems with files bigger than 2/8 Mb + + php has two limits on uploading files configured in php.ini + upload_max_filesize is set to 2Mb by default, you should + increase it. post_max_size is set to 8Mb by default and + should be also increased for large files. +