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
7 replies
Subscribers
7 subscribers
Views
6407 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
Is it possible to create an editable grid which I can use to upload more documen
saileshd
over 8 years ago
Is it possible to create an editable grid which I can use to upload more documents and simultaneously download a document? Similar to the one in the Capture.JPG uploaded. But the way to download the already uploaded documents.
OriginalPostID-204933
OriginalPostID-204933
Discussion posts and replies are publicly visible
Parents
0
shailendras593
over 8 years ago
Yes, you can do that by using a!documentDownloadLink() component in your grid.
As I mentioned in my earlier post above, you can show a link for the uploaded files on your editable grid (provided the form has been submitted once, after uploading the files i.e. once you comes back on the form after clicking the 'Upload' button as proposed in the solution above). Until then, show a file upload field in that particular row of the grid, where the document haven't been uploaded yet.
The idea is to conditionally show a!documentDownloadLink() and a!fileUploadField() component in the grid.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
shailendras593
over 8 years ago
Yes, you can do that by using a!documentDownloadLink() component in your grid.
As I mentioned in my earlier post above, you can show a link for the uploaded files on your editable grid (provided the form has been submitted once, after uploading the files i.e. once you comes back on the form after clicking the 'Upload' button as proposed in the solution above). Until then, show a file upload field in that particular row of the grid, where the document haven't been uploaded yet.
The idea is to conditionally show a!documentDownloadLink() and a!fileUploadField() component in the grid.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data