Preview .doc/.docx/.pdf files before uploading to server

前端 未结 8 875
抹茶落季
抹茶落季 2021-02-02 11:01

I\'m using HTML5 File API to get some document(.doc/.docx/.pdf) uploaded. And I want to show that document preview before uploading it to server. Is there any way to do such thi

8条回答
  •  孤城傲影
    2021-02-02 11:46

    Back in the days you were able to do something like that:

    You do not have Word installed on your machine
    

    Not sure if this is still supported, but if so, you could use JS to inject that object onto the page to preview it.

提交回复
热议问题