I have a problem here and I wish you could help me. So, I have a controller x_controller.php, with its model.
I have some simple text inputs and selects, but also some file inputs, plus there's a button[Add 1 more file] which generates another file type input. How would I upload each of these file inputs in another table, like myFiles?
And each file should be a new row in myFiles.