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.
2 parents d7e94e8 + d8cf34f commit 007776aCopy full SHA for 007776a
API.md
@@ -2108,7 +2108,7 @@ following options:
2108
values are presented as text while files are provided as streams. File streams from a
2109
'multipart/form-data' upload will also have a property `hapi` containing `filename`
2110
and `headers` properties.
2111
- - `'file'` - the incoming payload in written to temporary file in the directory
+ - `'file'` - the incoming payload is written to temporary file in the directory
2112
specified by the server's `payload.uploads` settings. If the payload is
2113
'multipart/form-data' and `parse` is `true`, fields values are presented as text
2114
while files are saved. Note that it is the sole responsibility of the application to
0 commit comments