i would like to send responses to the client during an ajax request (imagine a file upload or something) and react on that responses on the clientside.
- send ajax request
- do lot of work on serverside and send information about that to the clientside
- during the serverside ist still doing lot of work do something on clientside like inform user about progress...
i hope this is understandable?
now how to do that? until now i am only able to react when the ajax request is complete.