Hello everyone,
We have a polygon feature class that stores a link to the physical location of the attached documents as an hyperlink:
FILE:///\\[server location]\[folder path for this specific feature]\*.PDF
To add or remove documents, the user drags and drops all the documents to this folder associated with the feature.
This solution has been implemented with ArcMap 2 or 3 years ago, and works as expected..
I want to implement the same functionality in AGOL Web Builder, so when the editor opens the Attribute Inspector window, a button "Upload Documents" allows to add or remove documents.
Something similar to:
http://ajaxuploader.com/drag-and-drop-files.htm
How can I add a button on the Attribute Inspector?