Original User: DanialRosenbalm
Has anyone been able to sucessfully implement a dataile input for the geoprocessing widget?
I have a published geoprocessing tool that accepts a GPDataFile type as input. This works just fine in ArcMap, but in Flex the geoprocessing widget simply gives me a red box. If I type the path to a file in the red box, the popup hint says that the field is invalid. Pushing the submit button returns the message "required field". This is the only input for the published tool. Here is the inputparams snippet from my config file:
<inputparams>
<param>
name="File"
required="true"
type="datafile"
visible="true"
</param>
</inputparams>
Any ideas why the geoprocessing widget won't allow me to pick a file?
Thanks,
Dan