[PHP] Displaying a please wait while doing a file upload?

2002-02-03 Thread Andy
Hi guys, I would like to display something like: please wait, uploading while I am doing a image creation which takes a while. After the work is done, it should redirect to another page displaying something like upload ok. As far as I know the HEADER location satement is only valid if there is

Re: [PHP] Displaying a please wait while doing a file upload?

2002-02-03 Thread Jeff Sheltren
Well, although this won't wait until exactly when the image creation is done, you could use a meta refresh tag to refresh to your new page after a certain number of seconds... Create a php page with whatever code you need, and then have something like this: html head meta http-equiv= refresh

Re: [PHP] Displaying a please wait while doing a file upload?

2002-02-03 Thread Liam MacKenzie
Ya, that's what I meant - Original Message - From: Jeff Sheltren [EMAIL PROTECTED] To: Andy [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, February 04, 2002 7:24 AM Subject: Re: [PHP] Displaying a please wait while doing a file upload? Well, although this won't wait until exactly