Has anyone had experience handling heic photos with the file uploader? Trying to show a preview of images uploaded before form submission.
any insight here?
Hey @imb!
Seems to be working fine on my end. The Upload file
action handles the heic image like it would handle a jpg.
Do you have any specific issue?
Hey JP! thanks for getting back (and also all your content is amazing).
the uploader does detect the content but it currently cannot preview the image. I want to allow users to review their uploads.
Thanks!
Can you share a screenshot/video of what you have?
The exact steps I did to make this work on my side:
- Upload file
- Change an object variable value with the object returned from step 1. Inside is the url of the file like in the screenshot I shared previously
- Bind the url property to your
object.url
value