SWFUpload jQuery Plugin. Nice looking plugin around an invisible Flash shim that provides multiple file uploads and client-side progress indicators.
SWFUpload jQuery Plugin. Nice looking plugin around an invisible Flash shim that provides multiple file uploads and client-side progress indicators.
Yeah, and as usual with sfwupload, it doesn't let you upload a file with you javascript disabled. That sucks, people!
Seriously? That's useless, I had assumed it worked as a progressive enhancement over a regular input file field.
Check for youself: disable javascript and click "Single Uploader" in live examples section on a page you link to. No file input. Shame.
I am the author of that article, and I must say in my defense that my example files are not production-ready files - they merely demonstrate the simplest implementation of my wrapper class. You are free to implement progressive enhancement if your app requires it. Thanks for the plug nonetheless!
Adam Royle - 17th June 2009 12:30 - #
Unfortunately these examples will be copied as is by thousands of newbies.
Yes, I now understand that, so right now I am in the process of creating a full production ready example that people can use. Thanks for your feedback!
Adam Royle - 17th June 2009 12:59 - #
hi Simon, is it possible to change the SWFUpload to other name like SWFUpload2? I had changed the swfupload.js ( all in SWFUpload2) and the jquery.swfupload.js ->
JQuery(this).data('__swfu', new SWFUpload2(settings));
it throw error that SWFUpload2 is undefined.
Cherry - 13th October 2009 03:57 - #