GP task- Shorten file download url - WAB Devt Edition

1236
2
Jump to solution
09-07-2016 04:19 AM
EoghanMcCarthy1
New Contributor III

I have developed a GP task which produces an excel output for download. The file is downloaded via the GP widget output window. The download url is extremely long. Would anyone know of a way to shorten the url by using a hyperlink or adding a download button? 

Many thanks in advance,

Eoghan

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Eoghan,

   In the Geoprocessing widgets folder you will find the resultRendererManager.js @ line 56 is where the link to the exported file is added.

View solution in original post

2 Replies
RobertScheitlin__GISP
MVP Emeritus

Eoghan,

   In the Geoprocessing widgets folder you will find the resultRendererManager.js @ line 56 is where the link to the exported file is added.

EoghanMcCarthy1
New Contributor III

Got it!

Thanks very much Robert. 

0 Kudos