Is possible to send data to browser multiple times per request? For example my CMS will install some module and i want to send info to browser (downloading module, unpacking module, installing module, …) and update some div or something for better UI feel.
Maybe use flash??
Is possible to send data to browser multiple times per request? For example my
Share
I’ve done something like this in my web application.
getstatus.phpis a file which returns things likedownloading module...,unpacking module..., which is updated by the php script that runs all those things,run.phphere.I use the following javascript code (using jQuery) on a different page,
load.php, to show the progress: