Hi,
this probably isn't a strictly PHP question, but it will affect a lot of people that use PHP.
I use form-based file upload for quite a lot of client systems, for instance, document repositories. I don't really like the way it currently works i.e. users click on the submit button, and then nothing happens until the whole file has uploaded. With big files, this can be very disconcerting for non-technical users.
If there any way to do this better? What would be ideal is something that shows the user an estimate of how much longer they have to wait. Any idea how this can be done?