ERROR - 2014-03-13 18:19:16 --> Error - No uploaded files were found. Did you specify "enctype" in your <form> tag? in /Users/mikep/Sites/local.dermasensa.com/fuel/vendor/fuelphp/upload/src/Fuel/Upload/Upload.php on line 94
I know what the problem is, I simply want to catch it.
[Thu Mar 13 18:17:09.646742 2014] [:error] [pid 958:tid 4481605632] [client 127.0.0.1:61701] PHP Warning: POST Content-Length of 18126422 bytes exceeds the limit of 8388608 bytes in Unknown on line 0, referer: http://local.dermasensa.com/en/admin/documents/create
However I was expecting Upload::process to throw a FuelException
The check happens in the constructor, so depending on your config (auto_process comes to mind) the class might be instantiated somewhere else, before you get to this bit of code.