I wanted to get some advice on the best logic to process images via a website. Various hosts and their parameters mean that anywhere from only 3 to above 10 images can be processed before either the script times out of the memory runs out. So, I am wanting the processing page to 1. show progress and 2. redirect after so many iterations to renew the page and processing.
My initial thought is that the action will start rendering first and then I can echo some progress in the action. At the iteration limit, it will call a redirect to the same page that will continue on. Is this the best approach? Is there a more elegant or more CakePHP approach? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
