How do i make an image upload percent complete indicator.
So i want to tell the user how many bytes and at what percent a 945789b file has been uploaded.
You can't do this in pure PHP... the engine just does not allow it (whereas some other languages do). There is a patch you can download somewhere that will let PHP do it, but I really don't know how stable it is.
The only realistic option is to use another language for the upload monitor. Here is one such one that has a perl edition and JSP edition: http://www.raditha.com/php/progress.php