• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

PHP Upload to VPS

mashamit

New Pleskian
Good evening guys,

Sorry if this is in the wr0ng place, but im having issues with getting files to upload to the server using a script.

From what I can see the script is correct and says files have uploaded to the server, but thet never arrive.

Is there some settings that need to be altered within plesk to allow php uploads to site directories?


Any help or comments are greatly welcomed
 
If you are talking about sites created by Plesk, then you can tweak:
upload_max_filesize = 10M
to proper size in the following file:

"%plesk_dir%\Additional\PleskPHP5\php.ini"

P.S. there are lot of other settings in IIS and PHP, so you should probably lookup for real error message in event log, and then adjust proper setting.
 
Back
Top