Multiple file uploads using Uniform

Hi,
I have a site making extensive use of Uniform for form submissions, all working great so far.

I now need to adjust the existing input type="file" fields to accept multiple files. I have switched them to this:

<input id="filefield" name="filefield[]" multiple type="file">

But am not sure what I need to do to handle multiple files within Uniform. I am happy to have a stab at adjusting the existing uploadAction but thought I would see if this has already been solved here.

Thanks for any insight anyone has

Have you ever figured this out? Does nobody ever need multiple file uploads?

In the meantime I added an issue to the Uniform repository.

Hi,

I actually did, on a recent project. I have made a note to dig the code out for you tomorrow - can’t promise it’s pretty but it did work!