You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if anyone has already done this or is interested, but I added some code in my version that generates a PDF preview if the document being uploaded is a PDF document. I'd have to go back and look what I actually did, but the result is like this:
Looks like it is in the FilesAdded event handler and requires adding:
Not sure if anyone has already done this or is interested, but I added some code in my version that generates a PDF preview if the document being uploaded is a PDF document. I'd have to go back and look what I actually did, but the result is like this:
Looks like it is in the FilesAdded event handler and requires adding:
<script src="/bower/pdfjs-dist/build/pdf.min.js"></script> <script src="/bower/pdfjs-dist/build/pdf.worker.min.js"></script>The text was updated successfully, but these errors were encountered: