Skip to main content
Extremely Popular
Go to Latest
method GridFSBucket.prototype.openUploadStreamWithId
import { GridFSBucket } from "https://deno.land/x/mongo@v0.31.1/mod.ts";

Opens a Stream that the application can write the contents of the file to. The application provides a custom file id.

Returns a Stream to which the application will write the contents.

Parameters

id: FileId
filename: string
optional
options: GridFSUploadOptions