Doing a ajax / json add to database, and have a "wait doing operation" icon

Posted by Dejan.S on Stack Overflow See other posts from Stack Overflow or by Dejan.S
Published on 2010-04-20T12:26:58Z Indexed on 2010/04/20 12:33 UTC
Read the original article Hit count: 233

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about best-practices

Related posts about AJAX