jetzig-framework / jetzig

Jetzig is a web framework written in Zig
MIT License
579 stars 25 forks source link

Implement file upload support #90

Closed bobf closed 5 months ago

bobf commented 5 months ago

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).