Is file upload progress implemented in Js sdk?

Hi

I need file upload progress to be shown during upload time using progress bar. How can I achieve this using
Js api?

1 Like

Hi!

Currently this feature not implemented.
But it is a good idea. I’ll add it into our roadmap.

1 Like

Hi,

Is there a solution for this?

Hi @Bennie_Matthee,

not in JS SDK yet, but using regular XMLHttpRequest it’s possible - please see the following link: https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequestEventTarget/onprogress
Also, I will discuss the possibility to add this to our SDKs with our team and will get back to you with the results.

Regards,
Stanislaw

Hi,

Thank you. I suppose I could set up a business logic function and use standard XMLHttpRequest to upload the file.