it's possibel send a GridFs file using monk?
I did not find anything about it.
Contributor guide
Tech stack
javascriptmongodbnodejs
Domain
backenddatabase
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
needs investigation
Prerequisites
Basic MongoDB knowledgeUnderstanding of GridFS
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
20
Research direction
Check monk's documentation and source code (e.g., lib/collection.js) to see if GridFS is supported. Investigate if there is an existing method or if a new one needs to be added. Look at relevant issues or PRs for context.