I just want to know if that's possible to display a pdf file after loaded a pdf file
for example I'm doing this:
<input type="file" name="upload" accept="application/pdf,application/vnd.ms-excel" />
And when I choose a pdf file, display in same or another page the preview of this pdf file.
Thank you for your information