Modify ↓
Ticket #10956 (closed bug: invalid)
post intercepts pdf download
| Reported by: | ilija@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I use post method to call a php page with a few parameters. PHP page does DB query and generates pdf document (using tcpdf).
This document is in memory (not a file, I don't want to save it first). Problem is that I never get my pdf download prompt as it gets intercepted by jQuery.
Is there some option to say: don't intercept any output?
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

This sounds like a question for the forum, or stackoverflow.