Skip to content

ESP8266WebServer form file upload boundary tag fix #3497

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 1 commit into from

Conversation

scottwday
Copy link

When performing a file upload from a form post, C#'s HttpClient MultipartFormDataContent places the boundary string in quotes.
This change strips the quotes from the boundary string (if detected)

When performing a file upload from a form post, C#'s HttpClient MultipartFormDataContent places the boundary string in quotes. This change strips the quotes from the boundary string (if detected)
@igrr
Copy link
Member

igrr commented Aug 7, 2017

Can you please check if #3455 does the same thing?

@scottwday
Copy link
Author

Oops- missed that one- yes, this is a duplicate of #3455

@igrr igrr closed this Sep 12, 2017
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