How to control how many files get uploaded in parallel?

Hi!

I need to be able to control how many files get uploaded in parallel in Phoenix LiveView.
Right now the spec seems to be that whatever amount of files selected in the file picker will be uploaded altogether concurrently.
Is there a way to control it somehow (for example, do it in batches or strictly one by one, etc.)?