Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best multiple file JavaScript / Flash file uploader?

Specifically, I'm looking for a client-side, JavaScript and / or Flash based multiple file uploader. The closest thing I've found is FancyUpload. Anyone have experience with it? If not, what else is out there?

like image 631
Nick Sergeant Avatar asked Oct 16 '08 03:10

Nick Sergeant


People also ask

What is a flash uploader?

HTML5/Flash Uploader is the solution intended to make mass file upload easier. It is simply embedded into HTML code of your web page and does not require end-user to download and install it manually.


2 Answers

Yahoo's YUI Uploader is your friend.

like image 159
Kent Brewster Avatar answered Sep 20 '22 05:09

Kent Brewster


Uploadify is a jQuery / Flash hybrid (if you don't feel like adding in YUI just to handle uploads).

Demo

How to implement

like image 34
Dan Esparza Avatar answered Sep 22 '22 05:09

Dan Esparza