We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b959b6a commit 55855e4Copy full SHA for 55855e4
1 file changed
Readme.md
@@ -46,4 +46,12 @@ request.on('response', function(res) {
46
});
47
```
48
49
+Or if you would prefer the `'Content-Length'` header to be set for you:
50
+
51
+``` javascript
52
+form.submit('example.org/upload', function(err, res) {
53
+ console.log(res.statusCode);
54
+});
55
+```
56
57
[xhr2-fd]: http://dev.w3.org/2006/webapi/XMLHttpRequest-2/Overview.html#the-formdata-interface
0 commit comments