views:

59

answers:

2

Hi guys!

I need to show upload status (Total size, curent uploaded size and upload speed) But every script need library and I don'T know how it work (I use XAMPP under Windows)... I have only APC Lib.

I tried FancyUpload, but even in the demo I got this error : Error caused a send or load operation to fail (Error #2038) And I tried SWFUpload, but get the same message.

Any idea?

Thanks!

+2  A: 

Take a look at Uploadify, easy to use and allot of examples.
And it has a progress bar that you wanted, and it shows the speed and how many bytes that have been uploaded.
Easy to configure.

jQuery 1.3.2+ is required for this to work.

Endre Hovde
Thanks, I tried but I get IO Error when uploading an image. :S
Jeremy Dicaire