Doing a ajax / json add to database, and have a "wait doing operation" icon
- by Dejan.S
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?
Thanks