I am having a slight issue with the upload size issue. I have defined it in the config.php file as the following
'maxSize' => "100M",
'maxSize' => '100M',
Neither of which seem to work. Is there something else here that I do not understand.
Please help.
'maxSize' => "100M",
'maxSize' => '100M',
Neither of which seem to work. Is there something else here that I do not understand.
Please help.
Re: Upload Issue
please check settings for these variables on you server (php.ini):
It is possible that these variables have 'lower' value than 100 MB.
Re: Upload Issue
Re: Upload Issue
Hi,
please check:
http://faq.1and1.com/dedicated_servers/managed_server/13.html
for php5:
http://www.1and1php.com/phpinfo.php5
php 4:
http://www.1and1php.com/phpinfo.php4
These values are smaller than 100 MB.