https://bugzilla.wikimedia.org/show_bug.cgi?id=16752
--- Comment #2 from Brion Vibber <[email protected]> 2010-12-03 05:23:30 UTC --- Note that HTML5 multi-file support is currently working nicely in current release versions of at least the following browsers: * Firefox * Chrome * Safari PHP accepts them nicely if the <input type="file" multiple>s name attribute includes the "[]" brackets, which makes PHP interpret the multiple instances of things submitted under that name as an array. PHP-side code would need to be adapted to use the array if necessary. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
