I uploaded a workspace to a FME Server using the Datadownload service.
I call this service and workspace from a custom webpage.
All is working as designed, but I would like to skip the download link that is returned by the service.
I would like the Datadownload service to start downloading the file as soon as the file is generated.
I can't find the right option for this.
My URL looks like: http://localohost:8080/fmeserver/fmedatadownload/myrepository/myworkspace.fmw?
Can anybody help?