Member
Member
smuudge   08-04-2008, 22:12
#1

Hi, I would like to over-ride the 2mb max file size limit on upload. Can anyone tell me how to easily do this? I have tried the php.ini file creation method but it doesnt work! Is there some code in one of the PHP files that i can adjust easily? Thanks!

Member
Member
macalter   09-04-2008, 00:03
#2

Alternative is to FTP your images instead. I've never used ZP to upload.

Developer
Developer
trisweb   09-04-2008, 01:15
#3

If you can't override it from within your web space as described, then you need to ask your web host to increase the limit.

Remember also that the limit is per-file, so you can upload multiple files that add up to more than 2MB, as long as they are each less than 2MB.

Junior Member
Junior Member
ilmaestro   09-06-2008, 02:30
#4

Here is how you increase the 2MB limit. The reason I know this is that I installed "Gallery 2", which had the same problem.

Just add these 2 lines to the end of your .htaccess file:

php_value post_max_size 100M
php_value upload_max_filesize 10M

This works... I tested it with +3MB file and then I upload 8 +3MB photos with no problem.

Enjoy...

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.