Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 191
Implement 413 - Payload Too Large #273
Copy link
Copy link
Closed
Labels
feature-requestFeature requests or enhancementsFeature requests or enhancements
Description
Metadata
Metadata
Assignees
Labels
feature-requestFeature requests or enhancementsFeature requests or enhancements
Is your feature request related to a problem? Please describe.
I need a way to notify my API users that the uploaded file is too large, before it is being uploaded completely.
content_size_limitisn't what I need.Describe the solution you'd like
I'd like to set a file size limit. Returning a 413 with
Payload Too Largebefore it being uploaded completelyDescribe alternatives you've considered
I can't use a reverseproxy because of the configurability in my app.