How do I track the upload progress of a multipart/form-data POST request? I am using request@2.88.2 with NodeJS v13 and a quick google search led me to Upload Progress — Request, the setInterval() implementation worked fine for a direct single file upload, but when uploading multiple files with multipart/form-data it just goes from 0 to 100% almost instantly (AKA doesn't work, useless).
I couldn't find any other existing solutions anywhere else on the Internet so I'm asking here at last. My current code can be found here: https://hastebin.com/uqobihuyab.js