Search code examples
phpdownloadblob

Downloading 'blob' type file from database with PHP. Files are corrupted, unable to see the files' content


I try to use this code to download files from my database, however, when I try to open the file, I get following errors:

when downloading file type 'docx':

Word documents are stored with the type: 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' (not visible on the screenshot). I believe this is correct


Solution

  • I solved the bug when trying a bit different code: Downloading jpg,doc,ppt files with php are corrupted