Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Form data and File upload issue
  • 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.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion