-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't upload image #13
Comments
Yea. I know that. It's the laravel problem, and I will fix it when laravel 5 is finished. Sorry for wait. |
ok :) I have came across this solution laravel/framework#6189 didn't tried tho... |
Me to. I didn't try that. I prefer wait a new laravel, because it may be not work when new laravel finished and we must change it again :) |
true true :) anyway thank you for your work :) |
You're welcome.Thanks. |
P.S. If you have idea to make some nice project with laravel we can make a deal ;) |
You work as an Laravel developer? |
No. I just developing on laravel as freelancer :) |
could you give me your mail for later conversation? |
Username on github at gmail.com. Can I get your?Are you a developer too or? |
When I want to upload image for news (or any model) I get this error.
Fatal error: Uncaught exception 'InvalidArgumentException' with message 'An uploaded file must be an array or an instance of UploadedFile.' in C:\xampp\htdocs\larashop\vendor\symfony\http-foundation\Symfony\Component\HttpFoundation\FileBag.php:59 Stack trace: #0 C:\xampp\htdocs\larashop\vendor\symfony\http-foundation\Symfony\Component\HttpFoundation\FileBag.php(73): Symfony\Component\HttpFoundation\FileBag->set('files', NULL) #1 C:\xampp\htdocs\larashop\vendor\symfony\http-foundation\Symfony\Component\HttpFoundation\FileBag.php(48): Symfony\Component\HttpFoundation\FileBag->add(Array) #2 C:\xampp\htdocs\larashop\vendor\symfony\http-foundation\Symfony\Component\HttpFoundation\FileBag.php(37): Symfony\Component\HttpFoundation\FileBag->replace(Array) #3 C:\xampp\htdocs\larashop\vendor\symfony\http-foundation\Symfony\Component\HttpFoundation\Request.php(448): Symfony\Component\HttpFoundation\FileBag->__construct(Array) #4 C:\xampp\htdocs\larashop\vendor\laravel\framework\src\Illuminate\Http\Request.php(607): Symfony\Component in C:\xampp\htdocs\larashop\vendor\symfony\http-foundation\Symfony\Component\HttpFoundation\FileBag.php on line 59
Thank you very much for your awesome work
The text was updated successfully, but these errors were encountered: