huge file uploading

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
theBond
Forum Newbie
Posts: 19
Joined: Thu Jul 17, 2008 7:46 pm

huge file uploading

Post 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.
User avatar
ghurtado
Forum Contributor
Posts: 334
Joined: Wed Jul 23, 2008 12:19 pm

Re: huge file uploading

Post by ghurtado »

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

Post by nowaydown1 »

There is also post_max_size that will need to be adjusted.
Post Reply