FileUpload not showing the preview of the images from the CDN when in the EditPage
Hello, I'm having this issue with the FileUpload input where it doesn't show the preview image from the CDN (digital ocean) when I'm in the Edit Page of a Resource.
The image preview will display only if I'm uploading or in the Create Page.
I'm not sure if this is due to how I save the image into my database, since I also concatenate the URL of my CDN since I setup FileUpload to upload the images there then save it on the database.
So it looks like thise: www.CDN_NAME_HERE.com/folder/filename.png
0 Replies