Hi all,

 

I am trying to download a zip file via cocoon. I am having a function in flowscript

function download() {

  return function() {

    cocoon.redirectTo("zip/test/test.zip");

  }

}

Which I am calling in onActivate of a widget

formWidget.button.>

 

I am having a pipeline defined in xmap as

<map:pipeline>

    <map:match pattern="zip/**">

      <map:read src="" mime-type="application/zip" />

    </map:match>

</map:pipeline>

 

While running the application and when I click on the button the zip file is downloading

Correctly in windows. But in MAC IE alone it is downloading with the name as 155e311348185e7b41785086443b6f3

And the extension is also txt type. The name seems to be of continuation ID. This happens only on MAC IE.

This is working fine on safari browser on MAC.

 

Can anyone has already gone through this problem and can anyone give some suggestions for this why is this happening ?

 Thanks and Regards ,

 Baskar.

 

 



Confidentiality Notice

The information contained in this electronic message and any attachments to this message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged information. If
you are not the intended recipient, please notify the sender at Wipro or [EMAIL PROTECTED] immediately
and destroy all copies of this message and any attachments.

Reply via email to