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 ;)
Posts: 1
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?