5
I’m developing a project, where I upload files, as well as a record of information. Both the file and the information are registered in the same form. So far so good, but usually, when there are larger files, it takes about 20 to 30 seconds to upload. Sometimes it takes longer, and at the moment the project has nothing to indicate the upload progress to the user. Therefore, depending on the user, the same may think that nothing happened, and reload the page. In this way, I wanted to know how to put a progress bar, modal, or anything, that informs the user that the upload is being done. How to do this?
There are already questions on the site that solve this problem. Have you looked for them? found one that would help you or similar?
– Sergio
Sorry, but for this category I did not find any that gave me a light. Not even in the English version of the site @Sergio
– Leomar de Souza
Take a look here. But in fact there is not much with ASP...
– Sergio
Favoritei. I can already say that the solution involves using Backload and an upload package such as jQuery File Upload Plugin. Then I’ll write you an answer.
– Leonel Sanches da Silva
OK @Ciganomorrisonmendez. I’ll be waiting. Thank you!
– Leomar de Souza