I adapted the code in FME Server Playground - Upload File In Session into my ESRI Web AppBuilder custom-widget javascript code, and after uploading input file to my FME cloud and running the cloud workspace, all by javascript alone, the returned json has the url of the result zipped shapefile.
Now I want to import the zipped shapefile into my 3D scene, with minimum manual user operations, but mainly by the javascript code.
My questions:
- Can I import the url directly to my scene?
- Is there some "magic" javascript code to download it by my web application without displaying explorer download dialog to the user? And that my javascript will know the downloaded path? Perhaps by "