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
For multipart form parsing, a per file size limit could be helpful in case the storage is limited or the business logic of server can't handle files above certain limit.
Proposal:
Adding optional max_file_size to Request.form() to set a maximum file size for any parsed file.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For multipart form parsing, a per file size limit could be helpful in case the storage is limited or the business logic of server can't handle files above certain limit.
Proposal:
Adding optional
max_file_size
toRequest.form()
to set a maximum file size for any parsed file.I have a draft PR here #2718
Beta Was this translation helpful? Give feedback.
All reactions