Home >Backend Development >PHP Tutorial >laravel uses uploadify to implement avatar upload problem
The status on the blade page shows that it has been uploaded successfully.
Last NetWork picture of blade successfully uploading pictures
Another Network diagram for receiving uploaded pictures.
But the upload value of null is obtained in the controller
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?
The status on the blade page shows that it has been uploaded successfully.
Last NetWork picture of blade successfully uploading pictures
Another Network diagram for receiving uploaded pictures.
But the upload value of null is obtained in the controller
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?