We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12105b commit 8c2df78Copy full SHA for 8c2df78
lib/serve.js
@@ -59,7 +59,7 @@ function createHandler(dir) {
59
60
var isBase64 =
61
request.body &&
62
- !(request.headers["content-type"] || "").match(/text|application/);
+ !(request.headers["content-type"] || "").match(/text|application|multipart\/form-data/);
63
var lambdaRequest = {
64
path: request.path,
65
httpMethod: request.method,
0 commit comments