in reply to Uploading Multiple Files

I don't totally understand what you're trying to do, but here are a few comments that I hope can help you:

Update: I think I've figured out what you are trying to do: You want to force the page to upload the given files? Can't be done on the perl side. Perhaps javascript, but the actual sending of the file is decided on the browser side, and perl can only work with what it's given. Of course, if I'm wrong about your goal, please clarify.