<?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 datafile input broken in Geoprocessing widget in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/datafile-input-broken-in-geoprocessing-widget/m-p/36845#M1809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: DanialRosenbalm&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone been able to sucessfully implement a dataile input for the geoprocessing widget?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I have a published geoprocessing tool that accepts a GPDataFile type as input.&amp;nbsp; This works just fine in ArcMap, but in Flex the geoprocessing widget simply gives me a red box.&amp;nbsp; If I type the path to a file in the red box, the popup hint says that the field is invalid.&amp;nbsp; Pushing the submit button returns the message "required field".&amp;nbsp; This is the only input for the published tool.&amp;nbsp; Here is the inputparams snippet from my config file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;inputparams&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;param&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; name="File"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; required="true"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; type="datafile"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; visible="true"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/param&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/inputparams&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas why the geoprocessing widget won't allow me to pick a file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Oct 2011 17:36:30 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2011-10-06T17:36:30Z</dc:date>
    <item>
      <title>datafile input broken in Geoprocessing widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/datafile-input-broken-in-geoprocessing-widget/m-p/36845#M1809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: DanialRosenbalm&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone been able to sucessfully implement a dataile input for the geoprocessing widget?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; I have a published geoprocessing tool that accepts a GPDataFile type as input.&amp;nbsp; This works just fine in ArcMap, but in Flex the geoprocessing widget simply gives me a red box.&amp;nbsp; If I type the path to a file in the red box, the popup hint says that the field is invalid.&amp;nbsp; Pushing the submit button returns the message "required field".&amp;nbsp; This is the only input for the published tool.&amp;nbsp; Here is the inputparams snippet from my config file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;inputparams&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;param&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; name="File"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; required="true"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; type="datafile"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; visible="true"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/param&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/inputparams&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas why the geoprocessing widget won't allow me to pick a file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 17:36:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/datafile-input-broken-in-geoprocessing-widget/m-p/36845#M1809</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-10-06T17:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: datafile input broken in Geoprocessing widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/datafile-input-broken-in-geoprocessing-widget/m-p/36846#M1810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: chris.frost.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you ever solve this problem? I'm having the same trouble. It only seems to accept a url starting with http as valid input.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 19:11:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/datafile-input-broken-in-geoprocessing-widget/m-p/36846#M1810</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2012-04-12T19:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: datafile input broken in Geoprocessing widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/datafile-input-broken-in-geoprocessing-widget/m-p/36847#M1811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: DanialRosenbalm&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See this thread in the geoprocessing forum for a discussion of this issue:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/73949-Uploading-and-using-data-to-a-geoprocessing-service"&gt;http://forums.arcgis.com/threads/73949-Uploading-and-using-data-to-a-geoprocessing-service&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 19:03:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/datafile-input-broken-in-geoprocessing-widget/m-p/36847#M1811</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-01-15T19:03:35Z</dc:date>
    </item>
  </channel>
</rss>

