node-formidable / node-formidable/formidable
Get total file size
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 689
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 2
Description
Discussed in https://github.com/node-formidable/formidable/discussions/924
Originally posted by tyzion February 10, 2023
Hi, I have a question
Is it possible to get the total size of uploaded files from the library without calculating it myself?
I have setup a maxTotalFileSize, so I think the library already has that info, am I right?
I'm asking because I haven't found any info about this.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading Discussion 924 and tracing how maxTotalFileSize is handled in the library. Determine whether the total uploaded file size is already available through the public API or whether the request needs a new API behavior; completion should include a clear, documented outcome and coverage for that behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100