<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
<br><div>Hi,<br><br>I am using<b><span class="nx"> OpenLayers</span><span class="p">.</span><span class="nx">Request</span><span class="p">.</span><span class="nx">GET</span><span class="p"></span> </b>to request a zip archive that I have generated on the server side.<br><br><span class="nx">OpenLayers</span><span class="p">.</span><span class="nx">Request</span><span class="p">.</span><span class="nx">GET</span><span class="p"></span> is working well. I can receive the request parameters on the server-side.<br><br>These parameters are used by my wms service to return a zip archive with bitmap data zipped inside.<br><br>But for some reasons when I send the zip file from the server to browser,<br>It's not opening a download dialog like I expected that let users to download the zip file.<br><br>Instead, nothing is happening on the browser side(no javascript error) but i know the bitmap data and zip archive is being created and passed onto the browser through debugging.<br><br>Strangely,<br><br>If I request from the browser by typing the url, it works.<br>eg. http://localhost/wms.aspx?REQUEST=downloadZiparchive.<br><br>I am wondering if this is a bug or I am not using it correctly ?<br><br>Need to solve this asap.<br><br>Thanks.<br><br><br></div><br><br></body>
</html>