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
+5
person also asked this
people also asked this
Replies
22 replies
Answers
8 answers
Subscribers
12 subscribers
Views
38892 views
Users
0 members are here
SAIL Interface
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
How we can display uploaded file in an interface?
Aswini
over 7 years ago
How we can display uploaded file in an interface?
Discussion posts and replies are publicly visible
Top Replies
rameshb851
over 5 years ago
in reply to
kowsalyav
+2
A Score Level 1
Hi Aswin a!linkField( label:"Upload Documents", labelPosition:"ABOVE", links:{ a!forEach(items:local!Docs.appiandocid, expression:a!documentDownloadLink( document:fv!item, label:document(documentId:fv…
Ravi Roshan
over 7 years ago
+1
suggested
a!imageField( label: "Document", labelPosition: "ADJACENT", images: { a!documentImage( document: a!iconIndicator( icon: "DOC_GENERIC" ), link: a!documentDownloadLink( document: todocument…
Ravi Roshan
over 7 years ago
in reply to
Ravi Roshan
+1
Instead of 800835, please use your variable name.
Parents
0
Ravi Roshan
over 7 years ago
Hello Aswin,
Do you want to display the file name? If you are using the file upload component it gives the file name at the same time. In case you want to display in other screen the file you have uploaded, you can use the a!documentDownloadLink function to display and download the file.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Aswini
over 7 years ago
in reply to
Ravi Roshan
I want to display image while uploading only.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Ravi Roshan
over 7 years ago
in reply to
Aswini
Which version you are using? If you are using previous version than 17.3, you need to submit he the form and generate it again using chaining to get the document ID and display the image as radhikam has provided in code below. For current version you will get the ID directly once you upload the file.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Reject Answer
Cancel
Reply
0
Ravi Roshan
over 7 years ago
in reply to
Aswini
Which version you are using? If you are using previous version than 17.3, you need to submit he the form and generate it again using chaining to get the document ID and display the image as radhikam has provided in code below. For current version you will get the ID directly once you upload the file.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Reject Answer
Cancel
Children
0
Aswini
over 7 years ago
in reply to
Ravi Roshan
Am using 17.3 version
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel