Just FYI, with flash 9 (or was it 10?), Adobe changed the way security on the file upload functionality worked. It must now be invoked via a flash UI element (i.e. a button push). Quite annoying.
Cheers, Rob -----Original Message----- From: Robin Berjon [mailto:[email protected]] Sent: Sunday, January 04, 2009 12:34 PM To: The elegant MVC web framework Subject: Re: [Catalyst] size of the uploaded file On Jan 4, 2009, at 17:01 , Octavian Rasnita wrote: > And unfortunately other solutions like a Flash uploader are not > accessible for screen readers, but I have also read that it is > recommended to upload files smaller than 100 MB with the Flash > uploader... You can make Flash uploaders accessible, at least in the case of screen readers that plug into a sighted browser (which I'm guessing is the case you're thinking of). Basically you have a piece of Javascript that calls into a non-visual SWF, you can keep your page regular, pretty much as if you were relying on a browser built-in function. You might even be able to use an ARIA role for it, though I'm not entirely sure which one. -- Robin Berjon - http://berjon.com/ Feel like hiring me? Go to http://robineko.com/ _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/ _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
