PHP upgrade and file upload problem
Has something changed from PHP 5.4 to 5.5 for file upload size? I just upgraded one of our servers to 5.5.30 and now I am unable to upload larger files. upload_max_filesize and post_max_size are both set to 100M but when I try to upload a 60M file everything just stops at some point during upload. I am not able to find any error in the logs and smaller files upload OK. The same file uploaded OK when using PHP 5.4.
-
Hello :) Do you utilize an error_log file within the account to log PHP errors? If so, do you notice any output to this file when this happens? Thank you. 0
Please sign in to leave a comment.
Comments
1 comment