Jump to content

Recommended Posts

Posted

The -200 error shows up generally when a PHP error occurred. It means typically some sort of limit was hit. (such as "out of memory" or "max execution time exceeded")  PHP ends up exiting and printing out the core PHP error, and the uploader shows the "-200" error as a result.

So you would need to check your server and try increasing your PHP limits. 

Posted

Uploading files of that size may also cause issues if your own connection drops out during the upload process, but the above is the most likely. Look at items such as upload_max_filesize and memory_limit

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...