I have the following problem: I have an old project which uses Laravel 4.2, PHP 5.5.9 and Composer. I’m trying to set it up on a different computer (With Laravel 4.2.2 and PHP 5.6) but one of the …
Tag: laravel-4.2
Laravel Input::hasFile(‘image’) returns false even if a File is uploaded
I have a Form field for an Image upload, which I open with ‘files’ => true, like so: And in my Controller I want to check if a File was uploaded and do something with it: But Input::hasFile always returns false and I don’t know why. results in: I have tested around with another picture for another User and this