Sorry - sometimes I type faster than I think!
This was my concern:
When you browse for a file and then click the "upload" button, if you happen to be uploading a large file, you may end up waiting up to a minute with nothing happening.
Once the file uploads, some html is displayed saying "Successfully Uploaded"... but until the file is finished uploading, there's no way of knowing if anythings actually happening.
I was thinking it would be nice to have a small gif animation playing during the uploading wait. It doesn't have to show the exact progress or anything, just a simple loop for the sole purpose of letting the user know that the file is indeed being uploaded.
So basically the animated gif would play between the time the "Upload" button is clicked until the file is finished uploading.
Once the file finished uploading, the "Successfully Uploaded" html would replace the animated gif, and the user can close the window.
I was just wondering how to incorporate the little animated gif loop into the PHP...
David