Attachments within a popuptemplate

2025
11
01-17-2017 01:14 PM
EvonFranklin
New Contributor III

Attachments set from Arcgis Desktop Service seem to not be displaying in API 4.2, I am using the code below

popupTemplate: {
                                    title: "{CONST}",
                                    content: [{
                                                type: "attachments" 
                                              },
                                              {     
                                                  type: "text",
                                                  text: "Sample data"
                                              }]
                                 }

Can anyone confirm if this is working to date or not as yet? Thanks for any tips and advice.

0 Kudos
11 Replies
EvonFranklin
New Contributor III

No unfortunately I was not able to get it working how i wanted.

0 Kudos
EvonFranklin
New Contributor III

The attachment is an image btw

0 Kudos