When I try to upload an attachment that is greater than about 30MB, I get a 404 at the 98% upload mark. Has anyone else seen this? I've tried attachments of sizes from very small (a few k) to over 40MB, and every time one of them is larger than 30MB, it fails in this manner with the browser redirecting to a 404 error page.
My attachment file size limit is set to 200MB, connection timeouts are turned off (set to 0, which makes them essentially infinite), and I have set the upload attachments to use the file system rather than storing in the database.
I ran in to the same issue and was thrilled to see this answer since I'd been scratching my head on this one for most of the afternoon. However, there is no mention of an actual fix for the problem at hand. Not complaining, just wanting to help. In IIS 7.5, you can update the value for file uploads to be up to 2 GB by opening the IIS Manager, selecting the IIS Server and double clicking the "Configuration Editor" in the bottom section.
Once this opens, in the section drop down, you'll want to navigate to the system.webServer/security/requestFiltering section of the config. Expand the requestLimits sub-item and then update the maxAllowedContentLength value to whatever is appropriate.
IIS proxy was limiting file sizes of uploads.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It can sometimes be caused by any third party plugin installed on the instance.
I'd suggest you giving a try enabling the plugin safe mode and try to upload the file once again.
If you still face any further issues I'd suggest you to raise a ticket at support.atlassian.com.
Hope this helps.
Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry I never posted a follow up to this... Turns out our IIS proxy was limiting file sizes of uploads.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.