How to allow more than 2 Mb limit with PHP on a shared hosting service ?
Posted
by asksuperuser
on Stack Overflow
See other posts from Stack Overflow
or by asksuperuser
Published on 2010-04-26T10:27:41Z
Indexed on
2010/04/26
10:33 UTC
Read the original article
Hit count: 175
php
by default PHP will not handle file uploads larger than 2MB, if one requires PHP to handle larger files then one must set upload_max_filesize and post_max_size in your php.ini file to be larger than 2MB.
what alternative if one uses a shared hosting service with no access to php.ini ?
© Stack Overflow or respective owner