You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
Hi @omnoms. As you can see from the thread you've pointed to, we've added a new RequestFormLimitsAttribute attribute to configure the size limitation. As that's not released yet, you can look into how it used to be done in one of our samples, available here. You can use the removed attribute code (from the sample) and use it to configure the limit. Hope this helps.
I've now implemented the attribute, but the it doesn't really map the form-data sent to the method.
I.e. I'm sending 2 files in the "files" key as form-data, it hits the method, but the files are not mapped properly to List files... I get gibberish and a new exception...
I'll have to do more testing once I have more time.
I'm currently on parental leave and not much time to do further testing. So it's fine to close this, however the issue prevails with the standard settings. The workaround will have to do for now.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is despite implementing the attribute that is mentioned in #481 and trying to post a file to the method.
What else/wherelse can I configure this to allow larger files?
Steps to reproduce:
The text was updated successfully, but these errors were encountered: