Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface MultipartFormData
import { type MultipartFormData } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/mime/mod.ts";

Methods

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

Remove all tempfiles