[jQuery] ajax download file
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. the server response
is a binary not a link. is there any function in jquery.post to set
its header? thanks
vile:D