Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method MultipartReader.prototype.readForm
import { MultipartReader } from "https://deno.land/std@0.71.0/mime/mod.ts";

Read all form data from stream. If total size of stored data in memory exceed maxMemory, overflowed file data will be written to temporal files. String field values are never written to files. null value means parsing or writing to file was failed in some reason.

Parameters

optional
maxMemory = [UNSUPPORTED]

maximum memory size to store file in memory. bytes. @default 10485760 (10MB)