This the same? https://github.com/laravel/framework/issues/6189
Oct 28, 2014
5
Level 8
Error when sending a files form
So I get this error when trying to send a form that accepts files. If I don't give a file, the error appears:
Fatal error: Uncaught exception 'InvalidArgumentException' with message 'An uploaded file must be an array or an instance of UploadedFile.' in C:\Users\Lovro\Code\application\workbench\ngine5\core\vendor\symfony\http-foundation\Symfony\Component\HttpFoundation\FileBag.php on line 59
Any ideas what this would be? If I give a file, everything works OK. Is this a Symfony issue?
Even when I try to debug it I always recieve this error, can't properly see what it would be wrong.
Please or to participate in this conversation.