I’m trying to create a multi file drag & drop upload and I’m having some issue with the built-in progress bar.
I am not using the native workflow, but a loop with multiple http PUT calls. So far so good, I managed to make the thing work, but now I’m facing the problem of the progress bar:
They do not update themselves anymore, logic since I bypassed the native flow but I was wondering if there was a possiblity for me to:
Bind some king of variables to the Http request, to know the progress of it (upload progression)
Not having to create an array to bind each file to a variable to assess when it’s done (since I have 20 files, it seems overly complex)
Thanks for your answer! That’s indeed what I am going to do.
I was just wondering how you could have a loading bar in your buit-in functions and if we could use this value in a Rest API call.