折腾快一天了 ,文件上传总是出错

这个是前台代码
<form method="POST" action="/edit" name="edit" enctype="multipart/form-data">
{!! csrf_field() !!}
<div class='edit-face'>
<img src="" alt="" class="img-rounded">
<p>
<input type="file" name='face' id='face' class="btn btn-info modify-btn"/>
</p>
<p>
<input type="hidden" name='face180' value=''/>
<input type="hidden" name='face80' value=''/>
<input type="hidden" name='face50' value=''/>
<button type="submit" class="btn btn-info modify-btn">提交修改</button>
</p>
</div>
</form>
控制器 路由 用get方法提交检查过都没错,只要换成post就会提示TokenMismatchException in VerifyCsrfToken.php line 53: 但是各种csrf 验证的代码我都试了 还是不起作用 求助啊
已邀请:

王赛

赞同来自: 风兮清扬

哎,权限、路径分隔符、大小写敏感、文件编码 都是躲不过去的坑!

xucheng

赞同来自:

解决了!!! 装的是苹果 、win8 双系统, 在WIN8 下开发 从没考虑过权限问题, 但结果还是权限问题

要回复问题请先登录注册