Parsing formdata #1256
Unanswered
LucAngevare
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.
-
Hello! I have been working on this project in uWebSockets for some time now, but I have ran into a bit of an issue. I am unable to parse the formdata in the C++ library; I have read the documentation for the Node.js library, but it seems the C++ version does not have a MultipartField value. Furthermore, I have tried using RegEx, but that hasn't exactly gone to plan either with PCRE and std::regex_search. I'm fairly new to C++ so I would really love any help I can get because I'm still learning.
Does anybody have any alternatives, ideas or am I overlooking something?
Thanks so much in advance, and thanks for reading!
Beta Was this translation helpful? Give feedback.
All reactions