使用 PHP 从数据库下载 'blob' 类型的文件。文件已损坏,无法查看文件内容
Downloading 'blob' type file from database with PHP. Files are corrupted, unable to see the files' content
我尝试使用此代码从我的数据库下载文件,但是,当我尝试打开文件时,出现以下错误:
下载文件类型'docx'时:
Word 文档以以下类型存储:'application/vnd.openxmlformats-officedocument.wordprocessingml.document'(在屏幕截图中不可见)。我相信这是正确的
我在尝试一些不同的代码时解决了这个错误:
Downloading jpg,doc,ppt files with php are corrupted
我尝试使用此代码从我的数据库下载文件,但是,当我尝试打开文件时,出现以下错误:
下载文件类型'docx'时:
Word 文档以以下类型存储:'application/vnd.openxmlformats-officedocument.wordprocessingml.document'(在屏幕截图中不可见)。我相信这是正确的
我在尝试一些不同的代码时解决了这个错误: Downloading jpg,doc,ppt files with php are corrupted