Page 1 of 1

Problem with uploading files

Posted: Mon 28. Mar 2005, 17:31
by Statocast3r
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?

Posted: Mon 28. Mar 2005, 17:36
by TMerz
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)

Posted: Mon 28. Mar 2005, 18:41
by Statocast3r
TMerz 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)
Thanks