Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/multiparser/mod.ts>FormFile

multipart/form-data parser for Deno servers
Latest
interface FormFile
import { type FormFile } from "https://deno.land/x/multiparser@0.114.0/mod.ts";

Properties

name: string
filename: string
contentType: string
size: number
content: Uint8Array