Hello,
Could anyone provide an example of how to deal with multiple file uploads at the same time?
Let's say I had 3 different upload boxes on my form .. how would I get fuels upload class to process these?
Exactly the same way as for one file, so in one go.
If you need different validation rules (or save rules) for each of them, you'll have to keep your configuration generic, and register a callback (there's an example with a closure in the docs) to deal with them individually.