Thursday, 22 August 2013

Communicate between server and client

Communicate between server and client

I have a controller action which imports an uploaded excel file into a
database. The import can take several minutes. How can I report the
progress of the import to the client? I know that I have to use ajax but I
could not find any clean code which would be ideal to report a progress.
I am quite new to mvc4 and asp.net. So I would like to hear your
advices/approaches to solve my problem. I would like to write a solid and
clean solution but I really don't know how to start.
Would be very nice if anyone would have any experience in reporting the
progress to the client.

No comments:

Post a Comment