Get content of docx file which saved in mysql dabase as blob type in php

后端 未结 3 1040
南旧
南旧 2021-01-22 15:25

I am saving docx file as BLOB type in mysql dadabase. after the saveing i am trying to see the content of the file through fetching the content of filed but it is showing some u

3条回答
  •  Happy的楠姐
    2021-01-22 15:42

    Docx is a zipped file type See Tag Wiki

    That's why you can't get the content of the document from the raw content.

提交回复
热议问题