Upload Progress Angular

Hi, i have seen that in the upload component there is an event that is progress but I cannot find how it works anywhere

Hi @andresbasur98,

You can use the progress event argument: ${event.progress}. Here is how to display the upload progress:

  1. Handle the Progress event and set a page property called progress to ${event.progress}.
  2. Add a ProgressBar component and set its value to ${progress}