[jQuery] Ajax download file.

2009-11-16 Thread m.ugues
Hallo all. I have a problem downloading a file via ajax. I contact via ajax a server-side component (i.e. Servlet) that creates a pdf and attach it to the response. When I receive the response I cannot pass the control to the browser. Any idea hot to make it? Kind regards Massimo

[jQuery] ajax download file

2009-08-07 Thread vile
Hi, Can anyone hellp me please. I integrated phpexcel with codeigniter, Phpexcel generates a pdf file. When the button "print to pdf" is press it will send an request to the server using ajax. now the problem is i dont know how to make jquery to make aprompt that the file is being downloaded. th