Upload image not working [ SOLVED ] #272
-
Hello, I come to you following a problem with the image upload for which I cannot find the solution. Information: Backpack: 4.1 Here are my files: Controller :
Model :
filesysteme :
Here is the problem when I put the image and I save the image does not upload at all, nothing happens.. Look video : https://cdn.esh-dev.fr/upload/chrome_Kobg9H9DWi.mp4 Thanks for your help |
Beta Was this translation helpful? Give feedback.
Answered by
Esh-network
Jan 21, 2022
Replies: 0 comments 1 reply
-
Solved : I have add
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jcastroa87
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved :
I have add
protected $casts = [
'id' => 'integer',
'image' => 'array'
];