<?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: How to save pictures to a graphic's attribute(which is a Raster field) in editing in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-save-pictures-to-a-graphic-s-attribute/m-p/730358#M18713</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to do the same thing, but your suggestion of using an attachment would require a lot of work. In that case, i would have to write a service which could handle the attachment, and then make the necessary edits through the ArcGIS server SDK on the server-side.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to use an object in the silverlight API to do this. I see in the ArcGIS Mobile Client SDK, there is an object for doing exactly that: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgismobile/10.0/apis/ArcGISMobile/WinApp/ESRI.ArcGIS.Mobile.Client~ESRI.ArcGIS.Mobile.Client.PictureFeatureAttribute.html"&gt;http://help.arcgis.com/en/arcgismobile/10.0/apis/ArcGISMobile/WinApp/ESRI.ArcGIS.Mobile.Client~ESRI.ArcGIS.Mobile.Client.PictureFeatureAttribute.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have looked at the REST API and noticed there is no possibility to pass an image when making a feature attribute edit. This would seem to tell me that there is no possibility to do this through the silverlight sdk. As far as I understand the silverlight sdk communicates to ArcGIS server only through the REST API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any possibility directly via the silverlight sdk?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Nov 2010 23:03:30 GMT</pubDate>
    <dc:creator>jamieeyre</dc:creator>
    <dc:date>2010-11-11T23:03:30Z</dc:date>
    <item>
      <title>How to save pictures to a graphic's attribute(which is a Raster field) in editing?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-save-pictures-to-a-graphic-s-attribute/m-p/730355#M18710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi guys, is there a possibility for user to upload a picture file and save it as a feature's attribute in arcgis api for silverlight?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Supposing there is a "photo" field which type is raster in my featureclass, how to save a picture file into this field of a newly created graphic and post it back to the server? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;btw, I'm using arcgis server 10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any advice.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Sep 2010 10:27:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-save-pictures-to-a-graphic-s-attribute/m-p/730355#M18710</guid>
      <dc:creator>wangzhifang</dc:creator>
      <dc:date>2010-09-11T10:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to save pictures to a graphic's attribute(which is a Raster field) in editing</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-save-pictures-to-a-graphic-s-attribute/m-p/730356#M18711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can't find anyway to store a picture to raster field. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can try to use attachment. Attach any Object(word, excel, picture ...etc.).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It's worked and show in silverlihgt application.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Sep 2010 04:25:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-save-pictures-to-a-graphic-s-attribute/m-p/730356#M18711</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-09-13T04:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to save pictures to a graphic's attribute(which is a Raster field) in editing</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-save-pictures-to-a-graphic-s-attribute/m-p/730357#M18712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As shryu mentions, this is what attachments were made for.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Sep 2010 17:24:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-save-pictures-to-a-graphic-s-attribute/m-p/730357#M18712</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-09-13T17:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to save pictures to a graphic's attribute(which is a Raster field) in editing</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-save-pictures-to-a-graphic-s-attribute/m-p/730358#M18713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to do the same thing, but your suggestion of using an attachment would require a lot of work. In that case, i would have to write a service which could handle the attachment, and then make the necessary edits through the ArcGIS server SDK on the server-side.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to use an object in the silverlight API to do this. I see in the ArcGIS Mobile Client SDK, there is an object for doing exactly that: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgismobile/10.0/apis/ArcGISMobile/WinApp/ESRI.ArcGIS.Mobile.Client~ESRI.ArcGIS.Mobile.Client.PictureFeatureAttribute.html"&gt;http://help.arcgis.com/en/arcgismobile/10.0/apis/ArcGISMobile/WinApp/ESRI.ArcGIS.Mobile.Client~ESRI.ArcGIS.Mobile.Client.PictureFeatureAttribute.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have looked at the REST API and noticed there is no possibility to pass an image when making a feature attribute edit. This would seem to tell me that there is no possibility to do this through the silverlight sdk. As far as I understand the silverlight sdk communicates to ArcGIS server only through the REST API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any possibility directly via the silverlight sdk?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jamie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 23:03:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-save-pictures-to-a-graphic-s-attribute/m-p/730358#M18713</guid>
      <dc:creator>jamieeyre</dc:creator>
      <dc:date>2010-11-11T23:03:30Z</dc:date>
    </item>
  </channel>
</rss>

