Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
+2
person also asked this
people also asked this
Replies
8 replies
Answers
1 answer
Subscribers
9 subscribers
Views
6794 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
How can i get the path of a document uploaded in appian based on document id? Th
Jess
over 12 years ago
How can i get the path of a document uploaded in appian based on document id? The idea here is save the document id of an image to db and later on display to a form using IMAGE field?...
OriginalPostID-60340
OriginalPostID-60340
Discussion posts and replies are publicly visible
Parents
0
mohanp
over 12 years ago
Hi Jessica, i also tried to work for mobile enable form..i am using following procedure, not perfect for your case, but its working for mobile enable form
1) upload images in document folder
2) create a constant of document type which will hold multiple value.
3) using image field on form i am choosing file value like below :
=if(pv!ImgName="valueToBeCheck",cons!ImgConstant[1],cons!ImgConstant[2])
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
mohanp
over 12 years ago
Hi Jessica, i also tried to work for mobile enable form..i am using following procedure, not perfect for your case, but its working for mobile enable form
1) upload images in document folder
2) create a constant of document type which will hold multiple value.
3) using image field on form i am choosing file value like below :
=if(pv!ImgName="valueToBeCheck",cons!ImgConstant[1],cons!ImgConstant[2])
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data