We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 496458f + 868f711 commit 2b4a289Copy full SHA for 2b4a289
1 file changed
src/webserver.cpp
@@ -669,7 +669,12 @@ int webserver::bodyfull_requests_answer_first_step(
669
encoding,
670
strlen (MHD_HTTP_POST_ENCODING_FORM_URLENCODED)
671
)
672
- ))
+ )
673
+ || (0 == strncasecmp (
674
+ MHD_HTTP_POST_ENCODING_MULTIPART_FORMDATA,
675
+ encoding,
676
+ strlen (MHD_HTTP_POST_ENCODING_MULTIPART_FORMDATA)
677
+ )))
678
679
680
{
0 commit comments