• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

File Upload Issue [PHP INI]

scottlpool2003

Basic Pleskian
I'm having major issues uploading files specifically larger than 10MB

I'm almost certain the issue is one of two things:

1. File size limit
2. Moving the uploaded file

I've done some testing, and I can upload the files perfectly using ASP so this means its a PHP issue. I believe the PHP.ini file is being overridden somewhere but I just can't find out where.

The reason I've come to this conclusion is because I've changed all of the settings related to file uploads and checked phpinfo() which shows them as changed, but I also changed the upload_tmp_dir from C:\Temp to D:\Temp (because somebody mentioned there could be issues moving from one drive to another) and when I upload the file it first hits C:\Temp

I've tried a ton of other stuff such as:

1. Changed the settings in IIS PHP Manager
2. Changed the requestLimits in IIS
3. Logged into Plesk and tried to override it in the custom PHP settings
4. Changed PHP versions and modified php.ini files accordingly
5. Near the top of phpinfo() it says:
Configuration File (php.ini) Path C:\Windows
Loaded Configuration File D:\Plesk\Additional\PleskPHP53\php.ini
So I changed the php.ini file in C:\Windows - same problem

I don't know what else to do, I've searched and searched and posted on all of the forums but everybody is stumped as to the problem.

Please help!

Here is a pastebin of the php.ini file I have loaded:
http://pastebin.com/VzQgK4qm
 
The pastebin url is showing "Unknown Paste ID!". Anyway make sure you have below settings in php.ini, increase the size further if you files are larger than 32MB

file_uploads = on
upload_max_filesize = 32M
post_max_size = 32M
max_execution_time = 0
 
Back
Top