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
Uh oh!
There was an error while loading. Please reload this page.
-
When I use robyn, I upload files through the sending interface, and the server receives the files.
When the file is
UTF-8encoded,request.bodyis a string, and you can see the form field, field value and file name sent by the client, filecontent-typeand content.But if it is not
utf-8,request.bodyis 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