I’m trying to figure out how to deal with multiple uploads in FuelPHP.
Basically this is an easy task, regarding the documentation.
My problem is:
I’ve got two files per POST, one pdf and one jpg.
Now I want the jpg to be stored in another directory than the pdf.
Is there any possibility to do so which I might habe missed?
Thanks in advance!
Sorry for being stupid 😀
I really did miss the important note in the docs.
So this is how I solved my problem: