Love Fuel?
Donate
About
Forums
Discussions
Login
FuelPHP Forums
Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Tips and Tutorials
Create and Upload work properly, But when i click on Edit, it show Fuel\Upload\NoFilesException
sibinx7
March 2014
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 <form> tag?');
95 }
I use same form ( I think _form.php) for both page.( It automatically came , through oil commands)
sibinx7
March 2014
Thanks to all
This issue solved...Upload work for both Create and Edit
Add a Comment
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
5,088
General
↳ General
3,364
↳ Job Board
13
↳ Installation & Setup
214
Packages
↳ Oil
213
↳ Orm
700
↳ Auth
260
Development
↳ Tips and Tutorials
126
↳ Code share
145
↳ Applications
52
In this Discussion
sibinx7
March 2014