Merge pull request #1063 from il-juggler/patch-1

Update mithril.request.md
This commit is contained in:
Leo Horie 2016-05-20 18:12:51 -04:00
commit 42b21a5950

View file

@ -272,6 +272,7 @@ data.append("file", file)
m.request({
method: "POST",
url: "/upload",
data: data,
serialize: function(data) {return data}
})
```