Show upload/download progress

Hi there,
I have an upload function in JavaScript and was wondering how I can show the progress in the UI. It can either be the continuous update of the percentage/rotating circle or an alert when the process is done ( and successful or not ).

Thanks in advance

Please show the code you have so far, so we can suggest something in particular. A generic approach could be to use Busy and show a continuously animating indicator.

If you can somehow calculate progress data in JavaScript, I’m sure you could build a progress indicator quite easily.

Thanks for your suggestion. I appreciate.

Fuse rocks!