<?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: Image Uploader in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/image-uploader/m-p/843228#M9608</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm, cheers for that. Unfortunately it looks like it might not quite meet my needs. This looks like its uploading them to somewhere within arcgis server, where as I would like to specify a location on the webserver. I think i have come up with an alternative solution however.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you tho!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 20 Dec 2015 18:36:43 GMT</pubDate>
    <dc:creator>HamishKingsbury1</dc:creator>
    <dc:date>2015-12-20T18:36:43Z</dc:date>
    <item>
      <title>Image Uploader</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/image-uploader/m-p/843224#M9604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I want to be able to do is extend the Edit widget to allow for image uploads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data I'm working with has urls to images stored in the attribute table. These images are stored locally on the webserver. The URLs are then used to display the image in the features popup window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like the functionality to upload/change/remove photos to the webserver and then place the new url into the attribute table of the feature the image is associated to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am aware of attachments, but unfortunately this isn't quite the right solution. I haven't looked into the problem much as i was hoping someone has tried to do something similar!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hamish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 20:07:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/image-uploader/m-p/843224#M9604</guid>
      <dc:creator>HamishKingsbury1</dc:creator>
      <dc:date>2015-12-09T20:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Image Uploader</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/image-uploader/m-p/843225#M9605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone have any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 00:20:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/image-uploader/m-p/843225#M9605</guid>
      <dc:creator>HamishKingsbury1</dc:creator>
      <dc:date>2015-12-18T00:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Image Uploader</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/image-uploader/m-p/843226#M9606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hamish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Sorry I have no suggestions on how this could be done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 15:40:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/image-uploader/m-p/843226#M9606</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-12-18T15:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Image Uploader</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/image-uploader/m-p/843227#M9607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the ArcGIS Server REST API to upload / remove photos. Here is the link to the Help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Uploads/02r3000001qr000000/" title="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Uploads/02r3000001qr000000/"&gt;ArcGIS REST API&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 16:58:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/image-uploader/m-p/843227#M9607</guid>
      <dc:creator>JimFaulkner</dc:creator>
      <dc:date>2015-12-18T16:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Image Uploader</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/image-uploader/m-p/843228#M9608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm, cheers for that. Unfortunately it looks like it might not quite meet my needs. This looks like its uploading them to somewhere within arcgis server, where as I would like to specify a location on the webserver. I think i have come up with an alternative solution however.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you tho!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Dec 2015 18:36:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/image-uploader/m-p/843228#M9608</guid>
      <dc:creator>HamishKingsbury1</dc:creator>
      <dc:date>2015-12-20T18:36:43Z</dc:date>
    </item>
  </channel>
</rss>

