Support the ongoing development of Laravel.io →
Input Database Forms
Last updated 1 year ago.
0

You need to add to the Form array: <code> {{ Form::open(array('url' => 'submit_path','files' => true, 'method' => 'post')) }} ... {{ Form::close() }} </code>

DON'T forget: 'files' => true

If doesn't work: chmod -R 0755 /your_upload_dir_path

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

rodvan rodvan Joined 9 Feb 2014

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.