Open izissise opened 1 month ago
I started to implement hashed upload here https://github.com/izissise/nginx-explorer/tree/hash-upload Sadly firefox doesn't support upload from readable stream, that make it inneficient because we would need to read its chunk twice first to hash it and then to send it.
Right now if there is concurrent uploads with the same chunk size, there is no way to correctly choose chunks to reconstruct the file
Some workaround that could be implemented: