Relative Content

Tag Archive for phphtmlmysqlphpmyadmin

PHP open file url is not working (I use pdf js for pdf view only)

<script src=”https://mozilla.github.io/pdf.js/build/pdf.mjs” type=”module”></script> <script type=’module’> // If absolute URL from the remote server is provided, configure the CORS // header on that server. var url = <?php’$fileUrl’;?> // Loaded via script> tag, create shortcut to access PDF.js exports. var { pdfjsLib } = globalThis; // The workerSrc property shall be specified. pdfjsLib.GlobalWorkerOptions.workerSrc = ‘https://mozilla.github.io/pdf.js/build/pdf.worker.mjs’; var […]