Compress every image before upload

Hi,

Currently, the compression process compresses all files first and only then begins the upload. However, when working with a large number of photos (around 900), this approach doesn’t perform well.

Is there a way to compress and upload each image individually, handling files one by one instead of waiting for all files to be compressed before starting the upload?

Thank you!

Hi. I created an issue about this on github: Compress images one by one while uploading · Issue #5548 · transloadit/uppy · GitHub

@mifi you solve this?