Page 1 of 1
how to change folder upload limit
Posted: 25 Sep 2008, 23:00
by frank3427
I would like to know how I can change the upload limit from 2MB to 5mb or any value that I would like to have.
I see that on the demo site the limit is set to 8mb
frank
Posted: 26 Sep 2008, 04:59
by Nick
This value is from your php.ini settings. Email your hoster and ask them to increase the limit.
Posted: 26 Sep 2008, 11:31
by frank3427
FYI
i was able to add the following to .htaccess and it worked.
php_value post_max_size 6M
php_value upload_max_filesize 6M
php_value max_execution_time 200
Posted: 27 Sep 2008, 10:42
by Nick
Right, forgot about that. Well looks like you can handle that

Posted: 16 Dec 2008, 08:30
by dkinloch
Just to re-iterate, after allowing my ftp browser (cyberduck) to view hidden files where do i find .htaccess file and I do just copy and paste code in...
thanks
Posted: 17 Dec 2008, 00:48
by Nick
You just create it in root folder. But .htaccess might not work on every server in the world.