I see quite a few articles on how to handle chunked file uploading via Node and Express; for example:
- https://scribie.com/blog/2014/09/chunked-upload-with-nginx-and-nodejs/
- http://www.componentix.com/blog/13/file-uploads-using-nodejs-once-again
This seems like a lot of work. Surely there are Node packages available which make it simple to handle chunked uploads? I've looked on NPM but haven't found anything of the sort. I'd like to just upload to my own server and not to a remote file store like S3.