• 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.

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