How to show a "please wait" message while uploading files

Hey, guys!

Does anybody know how to show a "please, wait while your file is uploading" message when uploading big files to the server?

Sometimes it seems like the computer is frozen, but it is working…so for a non-expert user, I think it could be useful to show this message…

Any suggestions are welcome!

:>)

Regards!

If you are using Ajax for submit, you can use the jquery blockui plugin. If you are doing it the old way, you can also use jquery blockui for this. Also you can use Jquery UI Dialog for this. is realy easy. Only attach the event onSubmit of the form to show the dialog / blockUI

Thanks, Sebas,

I’ll take a close look at the blockui plugin, it seems to be the thing I need

:)

Regards!