用$_FILES可以获取到信息,但是想用laravel的$request获取到信息后处理,哪位大神有解决办法?
你打印一下 $request->headers 看看 ajax 发过来的 Content-Type 是什么,一般这种情况是 Content-Type 有误。
$request->headers
Content-Type
如果跨域的话会有接收不到文件的情况,不知道你的具体情况是什么。
你打印一下
$request->headers
看看 ajax 发过来的Content-Type
是什么,一般这种情况是Content-Type
有误。如果跨域的话会有接收不到文件的情况,不知道你的具体情况是什么。