Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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
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