I have searched this forum for help on how to display a message when somebody is uploading a file. I haven't found any threads that can help me.
This website displays a message after you type in you search parameters "Your search is in progress..." and then shows the results. I want to display a similar message when a user uploads a file and may have to wait a while if they have a large file or slow bandwidth.
Is there a way to get a "Your image is uploading, please be patient" message that I can display during a file upload?
My upload script is currently in the same file as the HTML form tags. I've also tried sending the form data to a seperate php file and writing HTML before the PHP but all that seems to happen is the form page doesn't "refresh" until the file uploads