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:
- Handle the Progress event and set a page property called
progressto${event.progress}.
- Add a ProgressBar component and set its value to
${progress}

