When uploading files via a web API POST request, I encountered an issue with file size limits. Uploading files of 10MB or 20MB seems to work fine, but anything larger than 40MB definitely fails. (I have ensured that there are no file size limits on the server side.)