• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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