How to set existing image to file upload field?
I am trying to fetch favicon from url and update file upload field with fetched icon but preview is not working.
When I dump data I can see 'favicon' field with correct image path but preview is not working on file upload component.
2 Replies
file uploads read from a storage disk, if the favicon is not in a storage disk it wont work
so what youre trying to do wont work
Thanks, its working after storing the fetched favicon in pubilc storage...