How to read uploaded binary file and parameters in it #884
Unanswered
tqq1994516
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
-
When I use robyn, I upload files through the sending interface, and the server receives the files.
When the file is
UTF-8
encoded,request.body
is a string, and you can see the form field, field value and file name sent by the client, filecontent-type
and content.But if it is not
utf-8
,request.body
is anint list
. How should I parse this object to get the form fields and file information inside?Beta Was this translation helpful? Give feedback.
All reactions