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!
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.
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.