Skip to main content

Multipart Form Middleware for Deno’s Opine Framework.

Provides a simple configurable middleware for the Opine framework that handles file and form uploads. Provides a req.files and req.formData fields to the OpineRequest object. Provides configuration for maximum bytes and options for parsing out files and form data.

Currentl a work in progress and does not promise a stable API.