Select to view content in your preferred language

Download task ouputs

624
3
12-03-2010 10:17 AM
TonyMonsour
Deactivated User
I seem unable to find any samples demonstrating how to enable the user to download the output from a geoprocessing task.  The clip and zip would be a great example where the user specifies an area, the data is clipped and zipped in the back end and the user is sent a link/ file. 

What is the code that would send a user a popup which they would click and download the output from a geoprocessing task?

Thanks.
0 Kudos
3 Replies
JenniferNery
Esri Regular Contributor
You can check out this sample: http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ClipFeatures

When the job is completed, GetResultDataAsync is called with the job id and output field name.
0 Kudos
nakulmanocha
Esri Regular Contributor
Please take a look at the following thread

http://forums.arcgis.com/threads/18538-GP-SDK-EXAMPLE-ENHANCEMENT
0 Kudos
TonyMonsour
Deactivated User
Perfect, Thank You!
0 Kudos