Im currently using the SwfUpload (v2.2.0.1) on my asp.net web application with absolutely no issues.
What I would like to do is provide a fall back to a normal upload when the user/client does not have flash installed. I can imagine this could be done with something like jquery replace or similar with the use of a flash detection script.
I do not need to provide a fall back if the user/client does not have javascript.
How would I go about writing this type of fall back or does anyone have any working examples of a swfupload fall back?
Thanks in advance.