I've been trying to correct the issue for a while now, and I am just not having any luck. I have a form that collects input (e.g. customer name, work auth number, ect). Along with collecting simple input data I would like to attach a PDF file to upload to a dir and to the db. My controller and view can be seen in the links below.
controller - http://scrp.at/bue
view - http://scrp.at/buf
Upload::get_errors() doesn't work that way.
It will return an array structure for every uploaded file that has a processing error, with all details of the file, and a list of all errors detected.
var_dump the return value to see what it looks like.