Support the ongoing development of Laravel.io →
Forms Validation
Last updated 2 years ago.
0

Here is what I have. I added mime types.

'file' => 'mimes:doc,docx,pdf,txt|max:9000|required'

Last updated 2 years ago.
0

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 :)

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.