Progress Bar With Server Actions
I am making a multiple file upload for learning. The main logic is done so far but in the front end I want to make some user feedback and trying to make a progress bar. In client-side I’ve made simulating with random filling progress bar but I want a real progress bar. I don’t know how to send tracked upload progress data to the actions. How can I do it?