mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 14:06:08 +00:00

Use `request.file("form-field-name")` to try to find a multipart-encoded form value for the given name. Returns `jetzig.http.File` if a match is found which provides `content` (uploaded file content) and `filename` (filename as passed by browser).