Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/mime/mod.ts>MultipartFormData

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface MultipartFormData
import { type MultipartFormData } from "https://deno.land/std@0.137.0/mime/mod.ts";

Methods

files(key: string): FormFile[] | undefined
values(key: string): string[] | undefined
entries(): IterableIterator<[string, string[] | FormFile[] | undefined]>
[[Symbol.iterator]](): IterableIterator<[string, string[] | FormFile[] | undefined]>
removeAll(): Promise<void>

Remove all tempfiles