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

前端 未结 8 876
抹茶落季
抹茶落季 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

    Ajax upload your file,then after uploaded return path name and preview it.

    blueimp's jQuery-File-Upload was great for me.

    you can view its basic plugin.

    https://github.com/blueimp/jQuery-File-Upload/wiki/Basic-plugin

提交回复
热议问题