1

I have the following question

Is it possible to detect with some listener or something with js when downloading a pdf that is hosted in an iframe?

I have not been able to detect something similar so far

<td colspan="7" height="400px">
                              
                                <iframe name="iframeid" id="iframeid" src='urlTempPDF' width="100%" height="100%">
                                    </iframe>
                            </td>

enter image description here

I want to detect when the download starts and if the document has been downloaded correctly.

roboto
  • 46
  • 4

1 Answers1

0

Maybe you can read this to solve your problem, otherwise you have elaborate more about your question.