用$_FILES可以獲取到信息,但是想用laravel的$request獲取到信息後處理,哪位大神有解決辦法?
你印一下 $request->headers 看看 ajax 寄過來的 Content-Type 是什麼,一般這種情況是 Content-Type 有誤。
$request->headers
Content-Type
如果跨域的話會有接收不到文件的情況,不知道你的具體情況是什麼。
你印一下
$request->headers
看看 ajax 寄過來的Content-Type
是什麼,一般這種情況是Content-Type
有誤。如果跨域的話會有接收不到文件的情況,不知道你的具體情況是什麼。