You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I have a form which allows a user to attach a file. However, when I look at the record in table view mode (or edit) and when the file is an image file (PNG in this case) it display the image and not the filename.
How do I ensure that the file name is displayed rather that the image itself?
Thanks in advance
Hi
you can transform it through the asAttachment function getting the file name
myfield.asAttachment.fileName
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In ConfiForms Field macro, field name parameter (as usual :-))
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ok, tried that. And updated the table view the same. Both table view and form view show the filename (instead of the actual image). However, when I click on edit (which also uses the form view) the filename is not displayed (no file chosen).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, of course it will say no file chosen, if you have not chosen any in this update
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.