我在一份分批文件中确定了一个过程,它有3个文件,一个文件按顺序排列,我希望为这一进程建立一个网络前端。 当有人用网络格式上载一个文件时,就会启动这一过程。
我希望能够在每份剪辑档案中打字之后向用户发出通知,但我并不确信,正确的道路是什么。
I am thinking in terms of javascript that sends request to the 3 php files in sequence, with the php scripts echoing the status messages as they are executed. But I would rather have the three files executed in a single trigger from the client instead of having javascript calling the the three scripts separately.
任何想法是怎样才能做到的?