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
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community