当我想编辑我的表的值时,我得到一个非法的字符串偏移量,但是当我尝试添加一个新值时,它可以添加一个新的值。如果我注释掉表单的- why do I need to pass `std::shared_ptr` to the function?
- what will happen when that ptr is equal to `nullptr`?
- will this function use object passed in `std::shared_ptr` if it points to one?
部分,它可以返回std::shared_ptr
,所以我猜这个问题就在那边。
form::file
这是我的控制器
view
}
我希望有人可以帮我这个,我更喜欢上传文件。
答案 0 :(得分:0)
您将一个对象作为第二个参数传递给Form :: file,它需要是一个数组。
试试这个:
{!! Form::file('media', array('class' => 'form-control')) !!}