Skip to main content

upload php 50M

Comments

5 comments

  • cPanelMichael
    Hello :) Have you tried increasing the "upload_max_filesize" and "post_max_size" values some more? You may want to try increasing the "max_execution_time" and "memory_limit" values in your php.ini file as well. Thank you.
    0
  • alexandz
    Hi, I have the following in my php.ini: memory_limit = 128M max_execution_time = 60 upload_max_filesize = 50M post_max_size = 50M but still shows the same error.
    0
  • cPanelMichael
    You could try increasing the upload_max_filesize and post_max_size some more, but keep in mind that it's really better to upload files that large through FTP or File Manager. Thank you.
    0
  • alexandz
    My upload_max_filesize was increased to 20M and 50M, however this does not work because it shows the above mentioned error: PHP Warning: POST Content-Length of 50089365 bytes excede the limit of 20971520 bytes in Unknown on line 0, referer: ...
    0
  • cPanelMichael
    Right, what I'm saying is that you should try increasing those limits to higher values (e.g. higher than 50M). Thank you.
    0

Please sign in to leave a comment.