Posted by Artemedius on October 22, 2012 at 1:15pm
We are hosting Drupal 6.x on a IIS windows server and have tried to edit the max upload by changing the max upload in the php.ini file, and through the admin dashboard. After rebooting the server, we tested and and found the same 2mb max upload error. Is there an easy fix to this issue? Thanks, Yani
Comments
You need to also change the post_max_size
See this discussion:
http://drupal.org/node/97193
Probably web.config....
On IIS you need to tell IIS to allow larger uploads. Same as apache on Linux, you can change PHP but you also need to change IIS/Apache web server:
http://drupal.org/node/97193#comment-5395342