Page 1 of 1

huge file uploading

Posted: Tue Aug 12, 2008 12:41 pm
by theBond
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.

Re: huge file uploading

Posted: Tue Aug 12, 2008 12:44 pm
by ghurtado
You may have to also increase your maximum memory limit in php.ini

Re: huge file uploading

Posted: Tue Aug 12, 2008 1:10 pm
by nowaydown1
There is also post_max_size that will need to be adjusted.