Here is what I have. I added mime types.
'file' => 'mimes:doc,docx,pdf,txt|max:9000|required'
Thanks for the answer but it was something else. You MUST have 'files' => true inside your form open tag.
{{ Form::open(array('route...', 'files' => true)) }}
http://laravel.com/docs/html#opening-a-form
now I know :)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community