Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
2 replies
Subscribers
7 subscribers
Views
1310 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Selected doc in Image Field
ajinkyab277
Certified Lead Developer
over 8 years ago
Is there any way I can show selected document in fileUploadField in next ImageField on the same form.
OriginalPostID-251890
Discussion posts and replies are publicly visible
0
Sidhant Behura
over 8 years ago
Yes you can but that will involve Submitting the form(like a Upload Button) and again coming back to the same form using activity chaining.
First you need an Upload Button which will be a submit button.After you select the document, you should click the Upload Button which takes you inside the process model and the permanent document id of the document is generated. Then you need to put an XOR gate which should be able to recognize the Upload action and then link the flow to the same Form(this flow should be completely activity chained). This was you can display the selected document in the image field.
Please let me know if the information was useful.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Ashvin Kapur
over 8 years ago
AFAIK, there's no way of doing so without clicking a button, as Sidhant has suggested above, since the document is not saved to the Appian repository until after leaving the form.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel