Hi. I got a part on my page I want to improve. It's a file upload that users can add their contacts from files like excel, csv & outlook. I read the contacts and place them in the database, so what I would like to do is to have a regular icon that spins while that operation is doing that, how could I do that? Ajax? I don't want progress bar for the file upload but the operation for reading the file
EDIT: I want to know how to make this work with the add to database using ajax. like should I use a updatepanel? how I could combine a ajax callback with the spinning icon
Thanks