jetzig-framework / jetzig

Jetzig is a web framework written in Zig
MIT License
458 stars 21 forks source link

Implement file upload support #90

Closed bobf closed 3 months ago

bobf commented 3 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).