<?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: error trying to post an attachment in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362657#M3106</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Nimesh, thanks for checking in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I still have not found a solution to this issue.&amp;nbsp; The "[&amp;lt;]" leads me to believe that the server is returning an html error page, but I have not yet been able to isolate the actual error.&amp;nbsp; I have set up a way to sniff for packet traffic to and from my iPad device, but have had to move on to other functionality for the project I'm working on, so haven't had a chance to pursue it any further.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will update you when I pick up this ball again.&amp;nbsp; Meanwhile if you have any insights of course they'd be well received &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Oct 2012 15:14:23 GMT</pubDate>
    <dc:creator>ChrisRiver</dc:creator>
    <dc:date>2012-10-10T15:14:23Z</dc:date>
    <item>
      <title>error trying to post an attachment</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362649#M3098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="plain" name="code"&gt;AGSAttachmentManager *attachmentManager = [featureLayer attachmentManagerForFeature:feature]; attachmentManager.delegate = self; [attachmentManager addAttachmentAsJpgWithImage:image name:@"New Image"]; [attachmentManager postLocalEditsToServer];&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;results in:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;Domain=org.brautaset.json.parser.ErrorDomain Code=0 "Illegal start of token [&amp;lt;]" UserInfo=0x910380 {NSLocalizedDescription=Illegal start of token [&amp;lt;]}&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Sep 2012 19:51:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362649#M3098</guid>
      <dc:creator>ChrisRiver</dc:creator>
      <dc:date>2012-09-30T19:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: error trying to post an attachment</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362650#M3099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is this "feature" belong to feature layer (feature.layer has to be feature layer)? If yes, feature layer's "attachments" property is TRUE?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 17:57:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362650#M3099</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-10-01T17:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: error trying to post an attachment</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362651#M3100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your response Nimesh!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, feature belongs to featureLayer. feature is obtained using the featureLayer:featureWithTemplate method.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I then add a few attributes to the feature, then perform the addFeature operation.&amp;nbsp; Once features are added I invoke the addAttachmentAsJpgWithImage method with the image, then postLocalEdits.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;..and yes, featureLayer's attachment property is set to true.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 19:59:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362651#M3100</guid>
      <dc:creator>ChrisRiver</dc:creator>
      <dc:date>2012-10-01T19:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: error trying to post an attachment</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362652#M3101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As a side note, I'm pretty sure the service is set up correctly as I was able to upload an attachment using the web interface.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2012 17:56:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362652#M3101</guid>
      <dc:creator>ChrisRiver</dc:creator>
      <dc:date>2012-10-02T17:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: error trying to post an attachment</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362653#M3102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you getting error for your feature layer or any &lt;/SPAN&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/SanFrancisco/311Incidents/FeatureServer/0"&gt;public feature laye&lt;/A&gt;&lt;SPAN&gt;r as well? If all feature layers then please post a sample application here so I can have a look at it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2012 17:58:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362653#M3102</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-10-02T17:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: error trying to post an attachment</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362654#M3103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks again Nimesh.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just Saved an attachment to the public feature layer without a problem, so it would seem the issue with with my feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are a few differences between the public layer and mine, though seemingly insignificant for the most part.&amp;nbsp; One of the differences though, is that my feature class is of type table, not feature layer.&amp;nbsp; Could this be causing an issue?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 11:23:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362654#M3103</guid>
      <dc:creator>ChrisRiver</dc:creator>
      <dc:date>2012-10-03T11:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: error trying to post an attachment</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362655#M3104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The table should not make any difference. It should just work. Are you testing this on device or simulator? If device, then are you able to browse to rest end point of the layer in device browser?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 17:19:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362655#M3104</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-10-03T17:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: error trying to post an attachment</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362656#M3105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Chris,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any update on this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2012 15:38:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362656#M3105</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-10-08T15:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: error trying to post an attachment</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362657#M3106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Nimesh, thanks for checking in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I still have not found a solution to this issue.&amp;nbsp; The "[&amp;lt;]" leads me to believe that the server is returning an html error page, but I have not yet been able to isolate the actual error.&amp;nbsp; I have set up a way to sniff for packet traffic to and from my iPad device, but have had to move on to other functionality for the project I'm working on, so haven't had a chance to pursue it any further.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will update you when I pick up this ball again.&amp;nbsp; Meanwhile if you have any insights of course they'd be well received &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 15:14:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362657#M3106</guid>
      <dc:creator>ChrisRiver</dc:creator>
      <dc:date>2012-10-10T15:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: error trying to post an attachment</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362658#M3107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, your guess is correct. Server returns HTML which JSON parser fails to parse and you have that error. Intercepting the request and response will help you. Let me know if you need further help with this whenever you get a chance to look at it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2012 15:54:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362658#M3107</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-10-10T15:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: error trying to post an attachment</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362659#M3108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, so I'm back at this again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What does postLocalEditsToServer /actually/ do?&amp;nbsp; When I call this method I am seeing no http traffic coming out of the device.&amp;nbsp; I just get the error: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;Domain=org.brautaset.json.parser.ErrorDomain Code=0 "Illegal start of token [&amp;lt;]" UserInfo=0x232b8ff0 &lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does postLocalEditsToServer initially try to convert the data into JSON format before sending it off?&amp;nbsp; That would explain why it is getting hung up and I'm not seeing any traffic (if it is choking on the json conversion process).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 14:38:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362659#M3108</guid>
      <dc:creator>ChrisRiver</dc:creator>
      <dc:date>2012-10-25T14:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: error trying to post an attachment</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362660#M3109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was finally able to capture and decrypt some of the traffic coming back from the addAttachment request.&amp;nbsp; A couple of things I noticed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&amp;nbsp; I am receiving 403 Forbidden response (which would be the source of the json parse error)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. The token string seems to be passed in the request querystring, event though it is a POST.&amp;nbsp; This doesn't make much sense to me, but if there is no token being passed in the header that would explain why I'm getting a 403 (right?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 15:55:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362660#M3109</guid>
      <dc:creator>ChrisRiver</dc:creator>
      <dc:date>2012-10-26T15:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: error trying to post an attachment</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362661#M3110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1. Which version of ArcGIS Server are you using?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. I'm assuming based on information on thread so far that server is secured with token authentication. Is this HTTPS? or HTTP?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Could you please post the request/response information you captured (remove sensitive information).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 16:29:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362661#M3110</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-10-26T16:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: error trying to post an attachment</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362662#M3111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1. Which version of ArcGIS Server are you using?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;10.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. I'm assuming based on information on thread so far that server is secured with token authentication. Is this HTTPS? or HTTP?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes that is correct.&amp;nbsp; Sorry if I didn't make this clear from the beginning.&amp;nbsp; it is https&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Could you please post the request/response information you captured (remove sensitive information).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The best I can do is the request/response header info:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Request:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;POST /arcgis/rest/services/nih/IncidentMgt/FeatureServer/4/0/addAttachment?token=[MY TOKEN] HTTP/1.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Host: [HOST IP]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Referer: arcgisios&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Accept-Encoding: gzip, deflate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Content-Type: multipart/form-data; boundary=AaB03x&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Accept-Language: en-us&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Accept: */*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cookie: AGS_ROLES="CMjxZtgDgUJqTp/x20IHHvxNuLoNDmLPZRtlQhmgzqDVz3AOXJf4Qw=="&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Content-Length: 392277&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Connection: keep-alive&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;User-Agent: ArcGISiOS-2.3.2/6.0/x86_64&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Response:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTTP/1.1 403 Forbidden&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cache-Control: private&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Content-Type: text/html;charset=utf-8&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Content-Encoding: gzip&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Server: Microsoft-IIS/7.5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Server: Apache-Coyote/1.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;X-AspNet-Version: 2.0.50727&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;X-Powered-By: ASP.NET&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Date: Fri, 26 Oct 2012 17:13:18 GMT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Content-Length: 356&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 16:35:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362662#M3111</guid>
      <dc:creator>ChrisRiver</dc:creator>
      <dc:date>2012-10-26T16:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: error trying to post an attachment</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362663#M3112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Through more tedious digging through wireshark I found:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"Error: Error in uploading attachment file, File size or type not supported for this service"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that I can upload the same image file using the web interface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thoughts?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 17:52:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362663#M3112</guid>
      <dc:creator>ChrisRiver</dc:creator>
      <dc:date>2012-10-26T17:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: error trying to post an attachment</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362664#M3113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What is the size of file? Are you specifying a file extension?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the following code line...specify "NewImage.jpg"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[attachmentManager addAttachmentAsJpgWithImage:image name:@"New Image"];&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 17:58:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362664#M3113</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-10-26T17:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: error trying to post an attachment</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362665#M3114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Nimesh, that did it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have a second maybe you could pass on that the documentation here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/runtime-ios-sdk/concepts/index.html#/Attachment_Manager/00pw00000059000000/"&gt;http://resources.arcgis.com/en/help/runtime-ios-sdk/concepts/index.html#/Attachment_Manager/00pw00000059000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does not specify that this is required and it shows an example of an image name /without/ a file extension.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 18:22:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362665#M3114</guid>
      <dc:creator>ChrisRiver</dc:creator>
      <dc:date>2012-10-26T18:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: error trying to post an attachment</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362666#M3115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Great! Good to know that it's working now. We'll update the documentation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 21:00:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/error-trying-to-post-an-attachment/m-p/362666#M3115</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-10-26T21:00:27Z</dc:date>
    </item>
  </channel>
</rss>

