Home >Backend Development >PHP Tutorial >laravel uses uploadify to implement avatar upload problem

laravel uses uploadify to implement avatar upload problem

WBOY
WBOYOriginal
2016-08-04 09:20:291287browse

laravel uses uploadify to implement avatar upload problem
The status on the blade page shows that it has been uploaded successfully.

laravel uses uploadify to implement avatar upload problem
Last NetWork picture of blade successfully uploading pictures

laravel uses uploadify to implement avatar upload problem
Another Network diagram for receiving uploaded pictures.

laravel uses uploadify to implement avatar upload problem
But the upload value of null is obtained in the controller

laravel uses uploadify to implement avatar upload problem
According to the data uploaded on the blade upload page, I found that the Filedata value was not uploaded, but I don’t know where the problem lies?

Reply content:

laravel uses uploadify to implement avatar upload problem
The status on the blade page shows that it has been uploaded successfully.

laravel uses uploadify to implement avatar upload problem
Last NetWork picture of blade successfully uploading pictures

laravel uses uploadify to implement avatar upload problem
Another Network diagram for receiving uploaded pictures.

laravel uses uploadify to implement avatar upload problem
But the upload value of null is obtained in the controller

laravel uses uploadify to implement avatar upload problem
According to the data uploaded on the page uploaded by blade, I found that the value of Filedata was not uploaded, but I don’t know where the problem lies?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn