or download this
When the form is processed, you can retrieve an IO::Handle compatibile
+ handle for a file upload field like this:
...
}
In a list context, upload() will return an array of filehandles. This
+makes it possible to process forms that use the same name for multipl
+e upload fields.