Level 4
The syntax should be like this:
echo Form::open(array('url' => 'foo/bar', 'files' => true))
It is? Check this link also: https://laravelcollective.com/docs/5.1/html#file-input
When i use $request->image it return image name with extention but when i user $request->file('image') it return null. I don't understand why? and in my form files='true'
Please or to participate in this conversation.