Go to Latest
interface MultipartFormData
import { type MultipartFormData } from "https://dotland.deno.dev/std@0.122.0/mime/multipart.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