Search found 2 matches

by morrij
Thu 11. Mar 2004, 19:26
Forum: phpwcms Support English
Topic: Cannot upload files greater than 2049KB.
Replies: 4
Views: 1735

A very fast and accurate response. Thank you very much. :D

I didn't consider checking the PHP config.

I changed the following parameter in the php.ini file to 20M...

; Maximum allowed size for uploaded files.
upload_max_filesize = 20M

.. and restarted apache. I can now upload large files ...
by morrij
Thu 11. Mar 2004, 18:55
Forum: phpwcms Support English
Topic: Cannot upload files greater than 2049KB.
Replies: 4
Views: 1735

Cannot upload files greater than 2049KB.

Hi all,

Can anyone help... I cannot upload files greater than 2049KB.

There is no error message, the page just returns with "Select a file you wish to upload".

I have tried increasing the 'file_maxsize' parameter in the conf.inc.php file, but to no avail. It looks like this defaults to 20MB ...