MyBB Community Forums

Full Version: Error while trying to upload attachment.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

When I am trying to upload any attachment file to an thread above 4 mb I get error after 30 secs saying ERR_CONNECTION_RESET.

I have changed every extension upload limit to 8mb.
I have changed php execution time to 300 secs.

It uploads to 50% then reset to 0% then upload to 40% and then error saying ERR_CONNECTION_RESET

Did I miss something?
Check the upload_max_filesize and post_max_size PHP config directives. If neither of them help, it may be the webserver which has enforced limits.