Batch file uploading with a flashplayer dialog

727 views Asked by At

I'm currently looking at ways to allow people to select multiple files at once to batch upload images. I'm evaluating these options for my ASP.NET web app:

I'm leaning toward YUI because the documentation is clear and I basically already wrote the file uploaders and thumbnailers which Flajaxian provides, the javascript seems more compact too. I can't even begin evaluating Dojo because it's unclear to me how to get the parts that would integrate with .NET out of the PHP examples.

Has anyone had really good or really bad experiences with any of these?

3

There are 3 answers

0
dlamblin On BEST ANSWER

Thanks for everyone's opinion but I ended up using YUI Uploader because that's what flickr uses and the project spec was basically an analysis of flickr's features.

The experience of using it was essentially excellent, and being able to compare it to what flickr did was also helpful.

0
craigmoliver On

Look at this one too. It's free.

http://www.codeproject.com/KB/aspnet/FlashUpload.aspx

I'm using it in an application I'm developing for uploading multiple music files. The author provides the source code as a VS 2008 project and the source Flash/Flex file. Works like a charm.

0
Liam On

SWFUploader seems to be the best option here. Compact, stylable with CSS, open source on code.google.com .