What is the correct way of allowing uploading of non-text based files? #316
Unanswered
SCSR-is-too-short-username
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Basically we have a file upload endpoint that allows uploading on several file types. Some are text based (like json and csv) and some are not (like xlsx). When trying to upload non-text based files I get the following error message:
What is the correct way of allowing these files to be also uploaded and not have mangum throw an error? The post request header has
Content-Type
set tomultipart/form-data
Beta Was this translation helpful? Give feedback.
All reactions