Page 1 of 1
filesize on upload
Posted: Mon 13. Dec 2004, 13:56
by dasphatman
I'm trying to upload a multimediafile greater than 2 mb and i get an error telling me that i can not upload a file greater than 2 mb. How do i change this????
//dasphatman
Posted: Mon 13. Dec 2004, 14:00
by rk
Try the very good search function
.
Then you would find
http://www.phpwcms.de/forum/viewtopic.p ... ize+upload
Posted: Mon 13. Dec 2004, 14:55
by frold
this is not the only way to solved it
take a look in: conf.inc.php
$phpwcms["file_maxsize"] =
try to chage the default value
Posted: Mon 13. Dec 2004, 16:21
by rk
frold wrote:this is not the only way to solved it
take a look in: conf.inc.php
first answer in my link
Posted: Mon 13. Dec 2004, 16:23
by frold
rk wrote:frold wrote:this is not the only way to solved it
take a look in: conf.inc.php
first answer in my link
sry, You are right... I only saw the php.ini thing...