Problem with uploading files
Posted: Mon 28. Mar 2005, 17:31
I tried to upload a file that is 2,7MB but it says I can't upload files over 2MB. Is it possible to change that I can upload bigger files too?
The phpwcms support forum will help to find answers to your questions. The small but strong community is here since more than 10 years.
https://forum.phpwcms.org/
ThanksTMerz wrote:Check the possible filesize - take a look in your conf.inc.php
Code:
// content values
$phpwcms["file_maxsize"] = 2097152; //Bytes (50 x 1024 x 1024)