London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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.