Hi All,
Currently I have an interface where we allow the user to upload documents, we wanted to see if it was possible after the user clicks upload they can see the actual document before the submit the form, that way they "make sure" it is the correct document. Is this possible in appian at all?
thanks in advance
Discussion posts and replies are publicly visible
Yes, you can utilize the a!documentViewerField component to display the document the user just uploaded
Read more here: docs.appian.com/.../Document_Viewer_Component.html
Note this will NOT work for a freshly-uploaded document on a User Input Task which the user has not yet submitted. The designer would, at the very least, need to require the user to submit the form (to get the document moved into the accessible internal filesystem), then loop back to (a new copy of) the same task, in which the document can be displayed.
velac said:you can utilize the a!documentViewerField component to display the document the user just uploaded