I have a single form on a page. It has 5 text fields and 3 upload file fields. I need to write the text and file paths to a database. I have seen many examples online but most are to upload a single file or to upload multiple files from the same upload field.
I am new to CodeIgniter so code snippets would be very helpful.
Many thanks in advance.
Another suggestion would be:
This will automatically work for ALL file inputs you post and it doesn’t care about the name or quantity 🙂