I have a script which uploads files to a server. I want to be able to display a 'please wait' type message while the script is running.
I have tried using the ftp_nb_put but it didn't work, maybe it was somthing I did wrong.
Next i tried displaying an intermediate page first and using a meta refresh tag to call the upload script after a second, but that just seem to continually refresh.
Any idea how to get round these problems?
Thanks in advance
I have tried using the ftp_nb_put but it didn't work, maybe it was somthing I did wrong.
Next i tried displaying an intermediate page first and using a meta refresh tag to call the upload script after a second, but that just seem to continually refresh.
Any idea how to get round these problems?
Thanks in advance