Multiple uploads to different directories using FuelPHP
问题 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! 回答1: Sorry for being stupid :D I really did miss the important note in the docs. So this is how I solved my problem: Upload::process(); if(Upload::is