I am not able to upload files of more than 2mb. I changed upload_max_filesize from 2M to 100M i n php.ini and restarted the server. phpinfo() shows upload_max_filesize 100M for both local value and Master value. Kindly help
Thanks in advance.
huge file uploading
Moderator: General Moderators
Re: huge file uploading
You may have to also increase your maximum memory limit in php.ini
-
nowaydown1
- Forum Contributor
- Posts: 169
- Joined: Sun Apr 27, 2008 1:22 am
Re: huge file uploading
There is also post_max_size that will need to be adjusted.