Hi List,
I am attaching NSData to the WOResponse and returning as an excel page.
It works fine with the browsers like Safari,Chrome,Firefox and i am able
to download/save the excel file, but when i am trying to do the same in
Internet Explorer i am not able to download/save the file. A pop-up
window is opening and closing automatically(immediately) with out any
options to save or open.
--------------------------------------------------------------------------------------
aResponse.setContent(new NSData(data));
aResponse.setHeader("application/vnd.ms-excel", "content-type");
aResponse.setHeader("inline; filename=\"" + filename + "\"",
"content-disposition");
aResponse.setHeader("" + data.length, "Content-length");
--------------------------------------------------------------------------------------
If i change my IE browser Downloads option (in the Security settings of
Internet Options) which is disabled to enable, i can download/save the
attachment.
Changing the IE browser setting is not acceptable from end-user. If
there is a solution please let me know.
Help/Feedback on this would be greatly appreciated.
Regards,
PJ.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]