tags:

views:

69

answers:

3

Hi, I use php,jquery .

I have a form where in a user uploads multiple files . when he cliks on submit . everything must get uploaded. and a progress bar must show how much of each image is uploaded.

how do i do the progress bar thing for each image ?

+2  A: 

answer

check this also

org.life.java
Has a dependency on Flash.
Programming Hero
A: 

I recommend Uploadify, does everything you want and more. Easy to implement and can be used in commercial projects. Cheers!

Tom Hoad