Hey guys,
I’ve created a simple file image uploader that takes individual images and merges them into a list when the user submits their uploads. Although the debugger shows the correct image sources and my application’s data displays a single field containing the merged list of images, I’m unable to get my image element to load.
When I upload a test image through the builder’s editor, it loads fine. However, in preview mode, even when I upload a single image, it doesn’t load for some reason. I suspect the issue lies in how I constructed my image list, but I’m not proficient enough to debug this problem.
Any help or suggestions would be greatly appreciated!
edit: after taking snippets to upload, I’ve realized that my uploaded was bugging out and not uploading single images. None the less, an answer to the list of images will help me greatly.