RE: [PHP-DEV] [PATCH] upload progress metter

2003-06-06 Thread David Enderson
I also developed upload status capability for my company that works very similarly to yours. I am currently working on integrating the changes I made into a patch for 4.3.2 for members of this list to evaluate (I originally made the upgrade to 4.1.2). I see you came to the same conclusion I did,

[PHP-DEV] [PATCH] upload progress metter

2003-06-06 Thread Doru Petrescu
Hi, To make a long story short, I needed an upload progress metter, so the users will something while their huge files are uploaded to the server. I searched the net but only found for ASP, so I wrote one. Unfortunatly PHP needs a little patch to be willing to do this ... Here is how it works