User-1833094776 posted
Hi, I'm trying to debug an issue I have when uploading files. I get the error 3004 Post size exceeded allowed limits. Everything I've found on the forms say it's an issue with file size, however the file I'm trying to upload is only 34k in size.
I did set
<system.web><httpRuntime executionTimeout="480" maxRequestLength="10000" appRequestQueueLimit="100" />
<system.webServer><security><requestFiltering><requestLimits maxAllowedContentLength="1048576000" />
just to see if it would help, but I'm still getting the same error.