AI OnAI Off
After updating those attributes in web.config, what error is being thrown when you try to upload the large file?
Sorry about late reply. I had the correct configuration except from that they were inside a location element. After moving them to the general part of the configuration file it worked perfectly.
I have a customer who can upload files as attachments to xforms. Today there is a file size restriction of 2MB, but now they want to increase it to 15MB. Any ideas of how to do this? I have tried to set the maxRequestLength and maxAllowedContentLength in web.config, but that did not solve it.