fomalhaut
Member
- Messages
- 107
- Reaction score
- 0
- Points
- 16
Hello
While php works on an image (upload with transformation: imagecreatetruecolor, imagecreatefromjpeg, imagecopyresample, imagejpeg...) I would like to display a page that makes the client understand it's working, and there is some seconds of wait. And naturely, I want this page disappears when the imagedestroy is ended.
How can I do that ? I've tried with javascript DOM to make a layer visible or not, but that is made only when all is finished, not while the php code is running !
Thank for your answers.
While php works on an image (upload with transformation: imagecreatetruecolor, imagecreatefromjpeg, imagecopyresample, imagejpeg...) I would like to display a page that makes the client understand it's working, and there is some seconds of wait. And naturely, I want this page disappears when the imagedestroy is ended.
How can I do that ? I've tried with javascript DOM to make a layer visible or not, but that is made only when all is finished, not while the php code is running !
Thank for your answers.