formidable
formidable copied to clipboard
Get total file size
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.
@tyzion hi.
I don't think we are passing it anywhere, yea.. Good point.
._totalFileSize property on form. So we could make this a public property instead of private.
If yes we could maybe make reconsider other properties to make public as well.