Interactive file processing in using PHP, jQuery and Ajax
问题 I'm migrating an old MS-DOS Foxpro program to cakePHP, but in some part of the application process the user will have the possibility to load a text file and process it according to some business logic. I worked the algorithm, and it's working fine, I programmed it in plain PHP. But in some parts of the process the user must interact performing some tasks, in plain PHP it's possible to do it. My question is: How can I have an interactive file process on a MVC framework, since the controller