Hi, I’m trying to implement the file upload feature where the user is required to upload a valid ID. Is there a way where we can preview the photo after it is selected before form submission?
Hi @Walds,
There is a formula function to do exactly what you want !
Use fileToUrl
as a binding in the preview image :
if(<your file variable>,fileToUrl(<your file variable>),"<your placeholder image>")
2 Likes