Hi Jason, Thank you for responding. I solved this by implementing a temporary link system in my model. This would generate a unique key which points to a foreign key which references the data I want. When the url with this foreign key is clicked, the pdf is generated on the fly and presented as a FileResponse. On the javascript side, what I do is generate the link when the button is clicked, and insert a Download button in the DOM and the href is set to the link presented by django.
Sincerely yours, Dr Joel G Mathew On Sat, 17 Nov 2018 at 19:16, Jason <[email protected]> wrote: > check out > https://stackoverflow.com/questions/4545311/download-a-file-by-jquery-ajax > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/181a3c12-8b08-4220-b95d-b6fc02002c18%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/181a3c12-8b08-4220-b95d-b6fc02002c18%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAA%3Diw__crkp1_SAt%2Bugm_jpQ2NfpwcBQ68dv6foN6rLPreMWNQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

