Firefox 3.6 introduced a [multiple attribute on regular type=\"file\" input elements]( http://hacks.mozilla.org/2009/12/multiple-file-input-in-firefox-3-6/).
I canno
Use the upload method in CGI.pm.
In a list context, upload() will return an array of filehandles. This makes it possible to process forms that use the same name for multiple upload fields.