Quantcast
Channel: Installing and upgrading help
Viewing all articles
Browse latest Browse all 46917

Re: increasing max upload size on server 2008 R2

$
0
0
by Alan Hare.  

Mary,

You will need to make changes in the php.ini and the web.configIIS 7.x has a limit of 30mb.  Change the values below to match your needs.

php.ini

  • upload_max_filesize = 500M
  • post_max_size = 500M

web.config

<system.webServer>
        <security>
            <requestFiltering>
                <requestLimits  maxAllowedContentLength="524288000"/>
            </requestFiltering>
        </security>
</system.webServer>

I would also suggest installing the windows PHP Manager via the Windows Web Installer.

Reference links:

 


Viewing all articles
Browse latest Browse all 46917

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>