<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: featurelayer.addAttachment is not working in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-addattachment-is-not-working/m-p/595545#M55804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am confused, are you or are you not using a&amp;nbsp;proxy?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are attempting to route to &lt;A href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fmapviewtest.memphistn.gov%2Fproxy%2Fproxy.ashx%3Fhttps%3A%2F%2Fmapviewtest.memphistn.gov%2Farcgis%2Frest%2Fservices%2FAGO_GeneralServices%2FPMS_WOMS%2FFeatureServer%2F1%2F18015%2F18015%2FaddAttachment" rel="nofollow" target="_blank"&gt;&lt;SPAN style="color: #287433;"&gt;https://mapviewtest.memphistn.gov/proxy/proxy.ashx?&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;which is a esri proxy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/resource-proxy"&gt;https://github.com/Esri/resource-proxy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you test &lt;A href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fmapviewtest.memphistn.gov%2Fproxy%2Fproxy.ashx%3Fhttps%3A%2F%2Fmapviewtest.memphistn.gov%2Farcgis%2Frest%2Fservices%2FAGO_GeneralServices%2FPMS_WOMS%2FFeatureServer%2F1%2F18015%2F18015%2FaddAttachment" rel="nofollow" target="_blank"&gt;&lt;SPAN style="color: #287433;"&gt;https://mapviewtest.memphistn.gov/proxy/proxy.ashx?&lt;/SPAN&gt;&lt;/A&gt;ping&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 May 2019 04:04:41 GMT</pubDate>
    <dc:creator>VictorTey</dc:creator>
    <dc:date>2019-05-23T04:04:41Z</dc:date>
    <item>
      <title>featurelayer.addAttachment is not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-addattachment-is-not-working/m-p/595544#M55803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are tying to upload attachments using featureLayer.addAttachment operation.&lt;/P&gt;&lt;P&gt;We are using ArcGIS javascript API 3.8 and Emberjs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: We do not have a proxy for our ArcGIS server.&lt;/P&gt;&lt;P&gt;// The proxy url you see does not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; is it necessary to use a proxy? Can we do without it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;file.hbs&lt;/P&gt;&lt;P&gt;=======&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;&lt;SPAN style="color: #e3e3ff; font-weight: bold;"&gt;div &lt;/SPAN&gt;&lt;SPAN style="color: #a6e22e;"&gt;class=&lt;/SPAN&gt;&lt;SPAN style="color: #e6db74; font-weight: bold;"&gt;"form-group"&lt;/SPAN&gt;&amp;gt;
    &amp;lt;&lt;SPAN style="color: #e3e3ff; font-weight: bold;"&gt;div &lt;/SPAN&gt;&lt;SPAN style="color: #a6e22e;"&gt;class=&lt;/SPAN&gt;&lt;SPAN style="color: #e6db74; font-weight: bold;"&gt;"col-sm-12 col-md-7 col-lg-7"&lt;/SPAN&gt;&amp;gt;
        &amp;lt;&lt;SPAN style="color: #e3e3ff; font-weight: bold;"&gt;form &lt;/SPAN&gt;&lt;SPAN style="color: #a6e22e;"&gt;id=&lt;/SPAN&gt;&lt;SPAN style="color: #e6db74; font-weight: bold;"&gt;"myForm"&lt;/SPAN&gt;&amp;gt;
             &amp;lt;&lt;SPAN style="color: #e3e3ff; font-weight: bold;"&gt;div &lt;/SPAN&gt;&lt;SPAN style="color: #a6e22e;"&gt;class=&lt;/SPAN&gt;&lt;SPAN style="color: #e6db74; font-weight: bold;"&gt;"col-sm-8"&lt;/SPAN&gt;&amp;gt;  &amp;lt;&lt;SPAN style="color: #e3e3ff; font-weight: bold;"&gt;input &lt;/SPAN&gt;&lt;SPAN style="color: #a6e22e;"&gt;type=&lt;/SPAN&gt;&lt;SPAN style="color: #e6db74; font-weight: bold;"&gt;"file"  &lt;/SPAN&gt;&lt;SPAN style="color: #a6e22e;"&gt;name=&lt;/SPAN&gt;&lt;SPAN style="color: #e6db74; font-weight: bold;"&gt;"attachment" &lt;/SPAN&gt;/&amp;gt;&amp;lt;/&lt;SPAN style="color: #e3e3ff; font-weight: bold;"&gt;div&lt;/SPAN&gt;&amp;gt;
             &amp;lt;&lt;SPAN style="color: #e3e3ff; font-weight: bold;"&gt;div &lt;/SPAN&gt;&lt;SPAN style="color: #a6e22e;"&gt;class=&lt;/SPAN&gt;&lt;SPAN style="color: #e6db74; font-weight: bold;"&gt;"col-sm-4"&lt;/SPAN&gt;&amp;gt;  &amp;lt;&lt;SPAN style="color: #e3e3ff; font-weight: bold;"&gt;button &lt;/SPAN&gt;&lt;SPAN style="color: #a6e22e;"&gt;class=&lt;/SPAN&gt;&lt;SPAN style="color: #e6db74; font-weight: bold;"&gt;"btn btn-success" &lt;/SPAN&gt;&lt;SPAN style="color: #a6e22e;"&gt;type=&lt;/SPAN&gt;&lt;SPAN style="color: #e6db74; font-weight: bold;"&gt;"submit" &lt;/SPAN&gt;&lt;SPAN style="color: #a6e22e;"&gt;id=&lt;/SPAN&gt;&lt;SPAN style="color: #e6db74; font-weight: bold;"&gt;"upload"
&lt;/SPAN&gt;&lt;SPAN style="color: #e6db74; font-weight: bold;"&gt;                 &lt;/SPAN&gt;{{&lt;SPAN style="color: #f92672;"&gt;action &lt;/SPAN&gt;&lt;SPAN style="color: #e6db74;"&gt;"addAttachments" &lt;/SPAN&gt;}}&amp;gt;&lt;SPAN style="font-weight: bold;"&gt;Submit&lt;/SPAN&gt;&amp;lt;/&lt;SPAN style="color: #e3e3ff; font-weight: bold;"&gt;button&lt;/SPAN&gt;&amp;gt;&amp;lt;/&lt;SPAN style="color: #e3e3ff; font-weight: bold;"&gt;div&lt;/SPAN&gt;&amp;gt;
        &amp;lt;/&lt;SPAN style="color: #e3e3ff; font-weight: bold;"&gt;form&lt;/SPAN&gt;&amp;gt;
    &amp;lt;/&lt;SPAN style="color: #e3e3ff; font-weight: bold;"&gt;div&lt;/SPAN&gt;&amp;gt;
&amp;lt;/&lt;SPAN style="color: #e3e3ff; font-weight: bold;"&gt;div&lt;/SPAN&gt;&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;file_controller.js&lt;/P&gt;&lt;P&gt;============&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #a6e22e;"&gt;addAttachments&lt;/SPAN&gt;&lt;SPAN style="color: #f92672;"&gt;:function&lt;/SPAN&gt;(){
    &lt;SPAN style="color: #f92672;"&gt;var &lt;/SPAN&gt;&lt;SPAN style="color: #fd971f;"&gt;controller &lt;/SPAN&gt;&lt;SPAN style="color: #f92672;"&gt;= this&lt;/SPAN&gt;;
        &lt;SPAN style="color: #a6e22e;"&gt;require&lt;/SPAN&gt;([
                &lt;SPAN style="color: #e6db74;"&gt;'esri/layers/FeatureLayer'
&lt;/SPAN&gt;&lt;SPAN style="color: #e6db74;"&gt;            &lt;/SPAN&gt;],
            &lt;SPAN style="color: #f92672;"&gt;function &lt;/SPAN&gt;(
                &lt;SPAN style="color: #fd971f;"&gt;FeatureLayer
&lt;/SPAN&gt;&lt;SPAN style="color: #fd971f;"&gt;               &lt;/SPAN&gt;) {
                &lt;SPAN style="color: #fd971f;"&gt;esri&lt;/SPAN&gt;.&lt;SPAN style="color: #fd971f;"&gt;config&lt;/SPAN&gt;.&lt;SPAN style="color: #fd971f;"&gt;defaults&lt;/SPAN&gt;.io.&lt;SPAN style="color: #fd971f;"&gt;proxyUrl &lt;/SPAN&gt;&lt;SPAN style="color: #f92672;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #e6db74;"&gt;"https://mapviewtest.memphistn.gov/proxy/proxy.ashx"&lt;/SPAN&gt;;
                &lt;SPAN style="color: #fd971f;"&gt;esri&lt;/SPAN&gt;.&lt;SPAN style="color: #fd971f;"&gt;config&lt;/SPAN&gt;.&lt;SPAN style="color: #fd971f;"&gt;defaults&lt;/SPAN&gt;.io.&lt;SPAN style="color: #fd971f;"&gt;alwaysUseProxy &lt;/SPAN&gt;&lt;SPAN style="color: #f92672;"&gt;= false&lt;/SPAN&gt;;
                &lt;SPAN style="color: #f92672;"&gt;var &lt;/SPAN&gt;&lt;SPAN style="color: #fd971f;"&gt;objId &lt;/SPAN&gt;&lt;SPAN style="color: #f92672;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #fd971f;"&gt;controller&lt;/SPAN&gt;.&lt;SPAN style="color: #a6e22e;"&gt;get&lt;/SPAN&gt;(&lt;SPAN style="color: #e6db74;"&gt;'projObjectId'&lt;/SPAN&gt;);
                &lt;SPAN style="color: #f92672;"&gt;var &lt;/SPAN&gt;&lt;SPAN style="color: #fd971f;"&gt;attchUrl &lt;/SPAN&gt;&lt;SPAN style="color: #f92672;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #fd971f;"&gt;App&lt;/SPAN&gt;.&lt;SPAN style="color: #fd971f;"&gt;Config&lt;/SPAN&gt;.&lt;SPAN style="color: #fd971f;"&gt;services&lt;/SPAN&gt;.&lt;SPAN style="color: #fd971f;"&gt;pmsPhotoService &lt;/SPAN&gt;&lt;SPAN style="color: #f92672;"&gt;+ &lt;/SPAN&gt;&lt;SPAN style="color: #fd971f;"&gt;objId&lt;/SPAN&gt;;
                &lt;SPAN style="color: #f92672;"&gt;var &lt;/SPAN&gt;&lt;SPAN style="color: #fd971f;"&gt;featureLayer &lt;/SPAN&gt;&lt;SPAN style="color: #f92672;"&gt;= new &lt;/SPAN&gt;&lt;SPAN style="color: #fd971f;"&gt;FeatureLayer&lt;/SPAN&gt;(&lt;SPAN style="color: #fd971f;"&gt;attchUrl&lt;/SPAN&gt;);

                &lt;SPAN style="color: #f92672;"&gt;var &lt;/SPAN&gt;&lt;SPAN style="color: #fd971f;"&gt;form &lt;/SPAN&gt;&lt;SPAN style="color: #f92672;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #fd971f;"&gt;document&lt;/SPAN&gt;.&lt;SPAN style="color: #a6e22e;"&gt;getElementById&lt;/SPAN&gt;(&lt;SPAN style="color: #e6db74;"&gt;"myForm"&lt;/SPAN&gt;);
                &lt;SPAN style="color: #fd971f;"&gt;featureLayer&lt;/SPAN&gt;.addAttachment(&lt;SPAN style="color: #fd971f;"&gt;objId&lt;/SPAN&gt;, &lt;SPAN style="color: #fd971f;"&gt;form &lt;/SPAN&gt;,&lt;SPAN style="color: #a6e22e;"&gt;callback &lt;/SPAN&gt;, &lt;SPAN style="color: #f92672;"&gt;function&lt;/SPAN&gt;(&lt;SPAN style="color: #fd971f;"&gt;err&lt;/SPAN&gt;){
                   &lt;SPAN style="color: #fd971f;"&gt;console&lt;/SPAN&gt;.&lt;SPAN style="color: #a6e22e;"&gt;log&lt;/SPAN&gt;(&lt;SPAN style="color: #fd971f;"&gt;err&lt;/SPAN&gt;);
                });
                &lt;SPAN style="color: #f92672;"&gt;function &lt;/SPAN&gt;&lt;SPAN style="color: #a6e22e;"&gt;callback&lt;/SPAN&gt;(&lt;SPAN style="color: #fd971f;"&gt;result&lt;/SPAN&gt;){

                    &lt;SPAN style="color: #fd971f;"&gt;console&lt;/SPAN&gt;.&lt;SPAN style="color: #a6e22e;"&gt;log&lt;/SPAN&gt;(&lt;SPAN style="color: #fd971f;"&gt;result&lt;/SPAN&gt;);
                }
            });
},&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the log of console with all variables and err message and snap of the same log.&lt;/P&gt;&lt;P&gt;our attachment url has no problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the console log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;objId&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;18015&lt;BR /&gt;attchUrl&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "&lt;A href="https://mapviewtest.memphistn.gov/arcgis/rest/services/AGO_GeneralServices/PMS_WOMS/FeatureServer/1/18015" target="_blank"&gt;https://mapviewtest.memphistn.gov/arcgis/rest/services/AGO_GeneralServices/PMS_WOMS/FeatureServer/1/18015&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;form id="myForm"&amp;gt;&amp;lt;div class="col-sm-8"&amp;gt;&amp;lt;input type="file" name="attachment"&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;div class="col-sm-4"&amp;gt;…&amp;lt;/div&amp;gt;&amp;lt;/form&amp;gt;&lt;BR /&gt;dev.html#/projectDashBoard:1 Access to XMLHttpRequest at '&lt;A href="https://mapviewtest.memphistn.gov/proxy/proxy.ashx?https://mapviewtest.memphistn.gov/arcgis/rest/services/AGO_GeneralServices/PMS_WOMS/FeatureServer/1/18015/18015/addAttachment" target="_blank"&gt;https://mapviewtest.memphistn.gov/proxy/proxy.ashx?https://mapviewtest.memphistn.gov/arcgis/rest/services/AGO_GeneralServices/PMS_WOMS/FeatureServer/1/18015/18015/addAttachment&lt;/A&gt;' from origin '&lt;A href="http://localhost:9876" target="_blank"&gt;http://localhost:9876&lt;/A&gt;' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.&lt;BR /&gt;init.js:187 r&amp;nbsp;{message: "Unable to load &lt;A href="https://mapviewtest.memphistn.gov/p…" target="_blank"&gt;https://mapviewtest.memphistn.gov/p…&lt;/A&gt;atureServer/1/18015/18015/addAttachment status: 0", response: {…}, status: 0, responseText: "", xhr: XMLHttpRequest,&amp;nbsp;…}&lt;BR /&gt;w @ init.js:187&lt;BR /&gt;(anonymous) @ init.js:186&lt;BR /&gt;c @ init.js:74&lt;BR /&gt;d @ init.js:74&lt;BR /&gt;resolve.callback @ init.js:75&lt;BR /&gt;c @ init.js:74&lt;BR /&gt;d @ init.js:74&lt;BR /&gt;reject.errback @ init.js:76&lt;BR /&gt;c @ init.js:74&lt;BR /&gt;d @ init.js:74&lt;BR /&gt;reject.errback @ init.js:76&lt;BR /&gt;c @ init.js:74&lt;BR /&gt;d @ init.js:74&lt;BR /&gt;reject.errback @ init.js:76&lt;BR /&gt;(anonymous) @ init.js:190&lt;BR /&gt;f @ init.js:194&lt;BR /&gt;q @ init.js:194&lt;BR /&gt;w.reject @ init.js:197&lt;BR /&gt;a @ init.js:195&lt;BR /&gt;f @ init.js:195&lt;BR /&gt;q @ init.js:194&lt;BR /&gt;w.reject @ init.js:197&lt;BR /&gt;a @ init.js:195&lt;BR /&gt;f @ init.js:195&lt;BR /&gt;q @ init.js:194&lt;BR /&gt;w.reject @ init.js:197&lt;BR /&gt;a @ init.js:195&lt;BR /&gt;f @ init.js:195&lt;BR /&gt;q @ init.js:194&lt;BR /&gt;w.reject @ init.js:197&lt;BR /&gt;a @ init.js:195&lt;BR /&gt;f @ init.js:195&lt;BR /&gt;q @ init.js:194&lt;BR /&gt;w.reject @ init.js:197&lt;BR /&gt;r @ init.js:156&lt;BR /&gt;h @ init.js:160&lt;BR /&gt;error (async)&lt;BR /&gt;d @ init.js:160&lt;BR /&gt;f @ init.js:157&lt;BR /&gt;b.xhr @ init.js:190&lt;BR /&gt;b.rawXhrPost.b.xhrPost @ init.js:191&lt;BR /&gt;v @ init.js:466&lt;BR /&gt;d @ init.js:468&lt;BR /&gt;B @ init.js:473&lt;BR /&gt;_sendAttachment @ FeatureLayer.js:86&lt;BR /&gt;addAttachment @ FeatureLayer.js:55&lt;BR /&gt;(anonymous) @ app/controllers/projectDashBoard_controller.js:779&lt;BR /&gt;ga @ init.js:32&lt;BR /&gt;(anonymous) @ init.js:24&lt;BR /&gt;ha @ init.js:32&lt;BR /&gt;Ma @ init.js:24&lt;BR /&gt;p @ init.js:15&lt;BR /&gt;addAttachments @ app/controllers/projectDashBoard_controller.js:766&lt;BR /&gt;send @ lib-dev.js:34902&lt;BR /&gt;(anonymous) @ lib-dev.js:53661&lt;BR /&gt;run @ lib-dev.js:24306&lt;BR /&gt;Ember.run @ lib-dev.js:24685&lt;BR /&gt;handler @ lib-dev.js:53659&lt;BR /&gt;(anonymous) @ lib-dev.js:38415&lt;BR /&gt;Ember.handleErrors @ lib-dev.js:19257&lt;BR /&gt;(anonymous) @ lib-dev.js:38407&lt;BR /&gt;dispatch @ lib-dev.js:9009&lt;BR /&gt;elemData.handle @ lib-dev.js:8685&lt;BR /&gt;Show 6 more frames&lt;BR /&gt;err&lt;BR /&gt;r&amp;nbsp;{message: "Unable to load &lt;A href="https://mapviewtest.memphistn.gov/p…" target="_blank"&gt;https://mapviewtest.memphistn.gov/p…&lt;/A&gt;atureServer/1/18015/18015/addAttachment status: 0", response: {…}, status: 0, responseText: "", xhr: XMLHttpRequest,&amp;nbsp;…}log: undefinedmessage: "Unable to load &lt;A href="https://mapviewtest.memphistn.gov/proxy/proxy.ashx?https://mapviewtest.memphistn.gov/arcgis/rest/services/AGO_GeneralServices/PMS_WOMS/FeatureServer/1/18015/18015/addAttachment" target="_blank"&gt;https://mapviewtest.memphistn.gov/proxy/proxy.ashx?https://mapviewtest.memphistn.gov/arcgis/rest/services/AGO_GeneralServices/PMS_WOMS/FeatureServer/1/18015/18015/addAttachment&lt;/A&gt; status: 0"response: {url: "&lt;A href="https://mapviewtest.memphistn.gov/proxy/proxy.ashx…" target="_blank"&gt;https://mapviewtest.memphistn.gov/proxy/proxy.ashx…&lt;/A&gt;MS_WOMS/FeatureServer/1/18015/18015/addAttachment", options: a, getHeader: ƒ, xhr: XMLHttpRequest, status: 0,&amp;nbsp;…}responseText: ""status: 0xhr: XMLHttpRequest&amp;nbsp;{onreadystatechange: null, readyState: 0, timeout: 0, withCredentials: false, upload: XMLHttpRequestUpload,&amp;nbsp;…}_ssl: undefinedstack: "Error: Unable to load &lt;A href="https://mapviewtest.memphistn.gov/proxy/proxy.ashx?https://mapviewtest.memphistn.gov/arcgis/rest/services/AGO_GeneralServices/PMS_WOMS/FeatureServer/1/18015/18015/addAttachment" target="_blank"&gt;https://mapviewtest.memphistn.gov/proxy/proxy.ashx?https://mapviewtest.memphistn.gov/arcgis/rest/services/AGO_GeneralServices/PMS_WOMS/FeatureServer/1/18015/18015/addAttachment&lt;/A&gt; status: 0↵ at new r (&lt;A href="http://js.arcgis.com/3.8compact/init.js:221:367)↵" target="_blank"&gt;http://js.arcgis.com/3.8compact/init.js:221:367)↵&lt;/A&gt; at XMLHttpRequest.h (&lt;A href="http://js.arcgis.com/3.8compact/init.js:160:167" target="_blank"&gt;http://js.arcgis.com/3.8compact/init.js:160:167&lt;/A&gt;)"__proto__: Error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:34:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-addattachment-is-not-working/m-p/595544#M55803</guid>
      <dc:creator>MuralidharMoka</dc:creator>
      <dc:date>2021-12-12T01:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: featurelayer.addAttachment is not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-addattachment-is-not-working/m-p/595545#M55804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am confused, are you or are you not using a&amp;nbsp;proxy?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are attempting to route to &lt;A href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fmapviewtest.memphistn.gov%2Fproxy%2Fproxy.ashx%3Fhttps%3A%2F%2Fmapviewtest.memphistn.gov%2Farcgis%2Frest%2Fservices%2FAGO_GeneralServices%2FPMS_WOMS%2FFeatureServer%2F1%2F18015%2F18015%2FaddAttachment" rel="nofollow" target="_blank"&gt;&lt;SPAN style="color: #287433;"&gt;https://mapviewtest.memphistn.gov/proxy/proxy.ashx?&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;which is a esri proxy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/resource-proxy"&gt;https://github.com/Esri/resource-proxy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you test &lt;A href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fmapviewtest.memphistn.gov%2Fproxy%2Fproxy.ashx%3Fhttps%3A%2F%2Fmapviewtest.memphistn.gov%2Farcgis%2Frest%2Fservices%2FAGO_GeneralServices%2FPMS_WOMS%2FFeatureServer%2F1%2F18015%2F18015%2FaddAttachment" rel="nofollow" target="_blank"&gt;&lt;SPAN style="color: #287433;"&gt;https://mapviewtest.memphistn.gov/proxy/proxy.ashx?&lt;/SPAN&gt;&lt;/A&gt;ping&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2019 04:04:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-addattachment-is-not-working/m-p/595545#M55804</guid>
      <dc:creator>VictorTey</dc:creator>
      <dc:date>2019-05-23T04:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: featurelayer.addAttachment is not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-addattachment-is-not-working/m-p/595546#M55805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;We are not using the proxy. We want to do without the proxy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Muralidhar Moka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2019 16:04:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-addattachment-is-not-working/m-p/595546#M55805</guid>
      <dc:creator>MuralidharMoka</dc:creator>
      <dc:date>2019-05-23T16:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: featurelayer.addAttachment is not working</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-addattachment-is-not-working/m-p/595547#M55806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As long as there are no cors issue and you can manage the authentication, I don't see why not.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2019 00:13:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featurelayer-addattachment-is-not-working/m-p/595547#M55806</guid>
      <dc:creator>VictorTey</dc:creator>
      <dc:date>2019-05-24T00:13:20Z</dc:date>
    </item>
  </channel>
</rss>

