Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Create and Upload work properly, But when i click on Edit, it show Fuel\Upload\NoFilesException
  • Error!
    Fuel\Upload\NoFilesException [ Error ]:
    No uploaded files were found. Did you specify "enctype" in your <form> tag?

    DOCROOT/fuel/vendor/fuelphp/upload/src/Fuel/Upload/Upload.php @ line 94


    92        if (empty($_FILES))
    93        {
    94            throw new NoFilesException('No uploaded files were found. Did you specify "enctype" in your &lt;form&gt; tag?');
    95        }


    I use same form ( I think _form.php) for both page.( It automatically came , through oil commands) 
  • Thanks to all

    This issue solved...Upload work for both Create and Edit


Howdy, Stranger!

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

In this Discussion