• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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