file uploading message

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
the
Forum Newbie
Posts: 3
Joined: Wed Mar 05, 2003 5:00 pm
Location: ca

file uploading message

Post 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.
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Post 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
Post Reply