• 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

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