• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Changing the PHP Maximum Upload Size?

N

NoobLeT

Guest
Anyone here knows how can i change the PHP Maximum Upload Size? ( the default is 2.00 MB )

Thanks in advance,
NoobLeT
 
i have changed the php maximum file upload size to 8mb but it doesnt work, still the maximum upload size is 2mb. is there anything i can do to make it work? :(
 
1.If you have installed another php, change its php.ini file - also check does that php installation allowed in IIS mmc Web services extensions
2. Check php related errors in event logs
3. Check does administrator have full control on c:\windows\php.ini file
Also check does psaadm denied full control on that file if so uncheck it unless you use Zend Optimizer
4. After changing value don't forget to restart Plesk
5.Create in some domain test.php file with following contents:
_________________________________________
<?
phpinfo();
?>
_________________________________________
6. After Plesk restart browse http://domain.name/test.php
7. Look for upload_max_filesize

John S.G.
 
php.ini ?

How can i access to c:\windows for edit my Php.ini file with Plesk ?

I'm a beginner. ;)
 
Back
Top