Skip to content

Implemented multipart-formdata support + added GCC version check #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

vdudouyt
Copy link
Contributor

No description provided.

As least 4.9 is required in order to avoid std::regex failures in run-time
@yhirose
Copy link
Owner

yhirose commented Dec 6, 2017

@vdudouyt, thanks for the PR, and I learned a lot from your code.

Here is my actual commit for the issue: bb8a1df

This implementation gives us the filename. It also gives text offset and length in the body content, so that we could reduce memory usage. We can get the file content with the offset, length and body content. Please see the document.

Hope you can benefit from it.

Thanks again for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants