[jQuery] Re: Ajax download file.

2009-11-16 Thread PiotrJaniak
Hi, i don't know how can you attach any other file but xml to HTTPresponse. I rather do sth like that: - load php file which return link to pdf - open new window with pdf file code: $.ajax({ type: "POST", url: "phpfile.php", data: param, success: function(html){

[jQuery] Re: Ajax download file.

2009-11-16 Thread PiotrJaniak
Hi, i don't know how can you attach any other file but xml to HTTPresponse. I rather do sth like that: - load php file which return link to pdf - open new window with pdf file code: $.ajax({ type: "POST", url: "/Portfolio09/scripts/setLang.php", data: param, succe