You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With a type declaration of `File`, the input parameter hash of the uploaded
file is coerce into a new UploadedFile object which conforms to the
`Rack::Multipart::UploadedFile` interface.
The input parameter hash must be of the shape:
- `filename`: the original file name of the uploaded file
- `head`: the header lines of the multipart request
- `name`: the parameter name
- `tempfile`: the `Tempfile` created from the content of the multipart request
- `type`: the content media/MIME type
Fixesmattt#103
gi
linked a pull request
Oct 2, 2020
that will
close
this issue
It would be nice to have support for uploaded files:
This would coerce the parameter into an object that conforms to Rack::Multipart::UploadedFile.
The text was updated successfully, but these errors were encountered: