Hi - i wondered if cfflush would be the answer rto my problem here - i haven't yet managed to get it working..
I have an image upload form and once the form is submitted, the filename is written to the database and the image is resized into large and thumbnail versions.
This can take some time, so I wanted to display a 'please wait' at the very least, while this is executing.
While the form is submitted and the image data is sent to the server there is apparently little I can do, but after that, once the form data is fully submitted and before the other scripts write to the database etc I would like the message to appear.
I currently have this:
PLEASE WAIT!!
before the scripts are dealt with. It doesn't work - could you help? thanks Ian