Max upload size

Events happening in the community are now at Drupal community events on www.drupal.org.
Artemedius's picture

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

kathc's picture

See this discussion:

http://drupal.org/node/97193

Probably web.config....

antony.lovric's picture

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