File upload not showing after reload
I have added a FileUpload field.
When I try to upload a image, it shows the progress bar correcly, then a preview of the uploaded image, when I save the page the file is stored correctly in the directory requested and the database field is updated.
photos is text field and has array cast in the model
However when I reload the admin page the image is not shown anymore, and theres no resource failed to load in the network monitor.
Any ideas ?
When I try to upload a image, it shows the progress bar correcly, then a preview of the uploaded image, when I save the page the file is stored correctly in the directory requested and the database field is updated.
photos is text field and has array cast in the model
However when I reload the admin page the image is not shown anymore, and theres no resource failed to load in the network monitor.
Any ideas ?