Can't Load more pdf files dynamically using PDFView.open in pdf.js

884 Views Asked by At

I have a select box for file selection. If the file selected from select box, it passes through PDFView.open(selected file path);. It opens the pdf file. Fine.

But if this selection process continues more than 10 times, it doesn't load pdf file further which means it doesn't enter into open function.

Can anyone solve this issue?

Note: This issue happen only in Mozila browser, in Chrome file loading works fine

0

There are 0 best solutions below