Ali
Ali

Reputation: 267087

Ajax/Flash file uploads with a progress bar?

I'm looking for a simple solution that will be:

Any ideas? I've tried Swfupload and its a real pain to integrate.

Upvotes: 1

Views: 624

Answers (3)

The Pixel Developer
The Pixel Developer

Reputation: 13430

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

Upvotes: 1

SamGoody
SamGoody

Reputation: 14478

Fancy Upload

No contest.

Requires Mootools. Easy to setup, very very powerful. Small.

Lots of goodness.

Upvotes: 3

The Disintegrator
The Disintegrator

Reputation: 4187

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/

Upvotes: 0

Related Questions