Problem with uploading files

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Statocast3r
Posts: 31
Joined: Sun 27. Feb 2005, 10:50

Problem with uploading files

Post 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?
Visit my handheld gaming site on http://www.handheld-gamers.com/
TMerz
Posts: 47
Joined: Wed 3. Nov 2004, 13:56
Location: Herxheim/Deutschland

Post 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)
Statocast3r
Posts: 31
Joined: Sun 27. Feb 2005, 10:50

Post 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
Visit my handheld gaming site on http://www.handheld-gamers.com/
Post Reply