Description Usage Arguments Value See Also Examples
Adds the parsed form fields in the form
element of the request and
the parsed files to the files
element.
1 | mw_multipart(type = "multipart/form-data")
|
type |
Content type to match before parsing. If it does not match, then the request object is not modified. |
Handler function.
Other middleware:
mw_etag()
,
mw_json()
,
mw_log()
,
mw_raw()
,
mw_static()
,
mw_text()
,
mw_urlencoded()
1 2 3 | app <- new_app()
app$use(mw_multipart())
app
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.