I'm looking for a simple solution that will be:
- Easy to integrate
- Allow multiple file uploads
- Show a progress bar while the file is being uploaded
Any ideas? I've tried Swfupload and its a real pain to integrate.
I'm looking for a simple solution that will be:
Any ideas? I've tried Swfupload and its a real pain to integrate.
I haven't tried it but aparently this is the same thing but easier http://blogs.bigfish.tv/adam/2009/06/14/swfupload-jquery-plugin/
I've personally had good luck with a script called uploadify (It's jQuery based). It allows for multiple uploads, looks good and is very easy to integrate into any web application.
There's also another method for doing this which is server side based. You can either use the so called "secret feature" from the apc extension or a PECL extension called Upload Progress