Hi everyone,
I'm starting with ajax and i'm trying to save my on the fly generated pdf file. But i have some problems. Could you give me some advices how should I do that?
I'm geting it by response.responseText is that valid?
When you say "save my on the fly generated pdf file" do you mean on the Server side or Client side (in JavaScript (client) or PHP/ASP/Perl/etc. (Server))? Also, what language are you using on the server side?
Thanks for reply
I mean client side, I would like to open "Save as" dialog or sth like this...
I use PHP on server side.
to show the save as dialog, may be we can use javascript to redirect to pdf page, for example:
window.location = 'url to pdf file / possibly php file that generate pdf file';
or
window.open('url to pdf file', 'openpdf','width=10px,height=10px,scrollbars=no,to olbars=no');
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks