Upload filezise limit of 2mb:(

ulikus

Joined: 2008-03-28
Posts: 1
Posted: Fri, 2008-03-28 12:46

hi!
to be short i'm on shared hosting :)
php.ini is locked
.htaccess override is locked.
hoster told me to put php.ini with the required parameters in the script folder...
but the problem is that i dont know which folder the image upload script resides at :) can someone point me to it :)
googling didnt gave me any results :(
Thx in advance ;)

 
chash

Joined: 2008-05-30
Posts: 1
Posted: Fri, 2008-05-30 15:14

I have php.ini correct for larger than 2MB files but gallery seems hard coded to accept nothing larger.

phpinfo gives post_max_size = 8M and upload_max_filesize = 4M
but gallery won't cooperate; nothing over 2MB gets through.

Do I have to hack some code?