Hi - I have an image slider that I’m binding to drag & drop upload form. I’m trying to display any images that have been uploaded. I’ve binded the slider count to the number of files uploaded to the fileURLs variable - that works great.
Next up, I’m trying to bind the images to the item.data. I used the map function to get the url data. Unfortunately, the image seems to not be producing.
I’m guessing it’s because it’s actually just returning the index and not the URL alone. Anyone know how to pull just the URL? I’ve tried filetoURL but that doesn’t work either.
I would use the AI copilot but I ran out of credits I guess? It’s been really instrumental to me building and I’m afraid it will slow down my project significantly. I know you guys were working on updates to see how many credits we had left or connecting our own OpenAI API key. Wondering if there was an update on that front.
Thank you!