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 MultipartWriter.prototype.writeFile
import { MultipartWriter } from "https://deno.land/std@0.61.0/mime/multipart.ts";

Parameters

field: string
filename: string

Returns

Promise<void>