We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b6ae3 commit 28f166dCopy full SHA for 28f166d
1 file changed
Readme.md
@@ -37,7 +37,7 @@ var request = http.request({
37
method: 'post',
38
host: 'example.org',
39
path: '/upload',
40
- headers: {'Content-Type': 'application/x-www-form-urlencoded'}
+ headers: {'Content-Type': 'multipart/form-data'}
41
});
42
43
form.pipe(request);
0 commit comments