I'm developing a project, where I use upload files, as well as an information registry. Both the file and the information are registered in the same form. So far so good, but it's usually that when there is a larger file, it takes about 20 to 30 seconds to upload. Sometimes it takes even longer, and at the moment the project has nothing to indicate the upload progress to the user. Soon, depending on the user, the same may think that nothing happened, and reload the page. That way, I wanted to know how to put a progress bar, modal, or anything, that tells the user that the upload is being performed. How to do this?