Okay, in the 4 years I program sites in PHP I've never seen it done, so it's probably not possible, but I'll ask it anyway :
When I upload a rather big file, the browser just starts working doing nothing and it's not a pretty face. What I would love is some sort of status bar which shows the percentage of the upload that's done.
I've done this in ASP with an active X object, I've done this in JSP/Servlets/Struts, and what basically happens is that some sort of listener checks a) how much of the HTTP request has been processed and b) how much it must process in total.
If anyone has done it in PHP or has ideas on how to do it, I'll be willing to hear about it!
Jeroen