3
I am performing a task to import data from a . csv file to the server. I can already import the file all right on the server side, but each file contains about 25 thousand records and the user is waiting to complete the upload. I put a simple load on the page while the user waits. But I wonder if there is a library that creates a bar with the upload status so that the user knows how much time to finish the upload.
your application is webforms?
– Marco Souza
Hello @Marconciliosouza is in MVC
– Igor Macedo
Hello, please see this question here.http://stackoverflow.com/questions/24545780/bootstrap-progress-bar-for-mvc-file-upload
– Rodrigo