Hello,

I have a few questions on a module that I am trying to implement on my web.

1. Is it possible to create a progress bar that display the progress of the queries? For example, I import a csv file and that file has 1000 rows. The rows will be inserted into a table in a MySQL Database. As the rows are being inserted into the database, the progress will increase on the progress bar.
2. If yes, will I be needing any external extension for it?
3. Will it be server-side or client-side?

I hope that it is possible. Thank you!