react-pdf-js icon indicating copy to clipboard operation
react-pdf-js copied to clipboard

show pdf before upload

Open Cooper1886 opened this issue 1 year ago • 0 comments

hi, i meet some trouble, i want to show the pdf before upload, so when i got the PDF file, i did like that const reader = new FileReader(); reader.readAsDataURL(files.compare); reader.onload = (e) => { console.log(e.target.result, 'reader----------'); setDisplayPdf(e.target.result); }; but it doesnt work image

at last, i hope somebody can help me, i'll be grateful.

Cooper1886 avatar Oct 16 '24 08:10 Cooper1886