DEV Community

sai
sai

Posted on

Batch file upload processing

I need to upload 500 files to server using http request how can i split the API calls to batch upload. so the browser isn't trying to handle all queued assets at once. Ma be in batches of 10.

Top comments (0)