Hi All:

I am trying to find a php script/class that is good that enables file uploads and shows a real time progress bar. Searches on google have not yielded anything substantial.

Has anyone used any code, class or script for uploading files in php with a progress bar that you feel is good?

:o

    the progress bar will not be php, as its server-side, look at javascript options for that.

      Thanks Dagon, will search with Javascript,however wont PHP know how much of the file is uploaded? In any case, there has got to be some good open source classes or standard scripts to accomplish this. Any pointers to which ones some of you here may have used?

        Most of the progress bar uploaders I've seen in use are Java (Java applet, not JavaScript) or Flash based.

          Write a Reply...