Page 1 of 1

file uploading message

Posted: Mon Apr 21, 2003 3:40 pm
by the
My upload file works but when uploading large files takes a long time.
Is there any way to have a message "FILE UPLOADING" been displayed during the upload?
Thanks.

Posted: Mon Apr 21, 2003 5:02 pm
by Jade
You could possibly use PHP to get the file size, and then if the file is over a certain size (ie will take a long time to load) then you could pop up a window in Javascript telling them that their file is loading. You could also possible try an iframe somewhere on the page. Hope this helps.

Jade