Multiple file upload

Hi
Is it possible to make extension that would upload multiple files on file input element that accepts only one file?
couldnt find addon that does so.

If the input only accepts one file, you can’t upload multiple files at the same time. It would be possible to have the add-on iterate over the files and submit the same form multiple times.