Hi Everyone,
I am try to stream zip file in SOE,
I tried this code
responseProperties = "{\"Content-Type\" : \"application/octet-stream\",\"Content-Disposition\": \"attachment; filename=response.zip\"}";
var data = File.ReadAllBytes(@c:\arcgisserver\Config.zip);
return data;
it works well when there's no parameters in SOE function but if the SOE function has parameter it returns corrupted zip file, I changed the extension of the downloaded zip file to .html and when I click on this file it opens the html page like the html of the soe function.
So can anyone advise me?
Thanks,
Ammar Assem.