Hello. I have an ajax form that triggers an action and renders the result inside a div. This works fine, but the view only renders at the end of the action and I want to send ocassionaly feedback to the user while it is processing. It has a loop inside the action and I would like to send stuff like "Processed 1/10", "Processed 2/10", etc.
If is there any easy way to send this info FROM the controller, please tell me. I tried print, echo, flush, etc and didn't work. Regards --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
