Large .PDF Files Not Uploading To MySQL Database as Medium BLOB Via PHP, Files under 2MB Work Fine

后端 未结 5 1611
温柔的废话
温柔的废话 2021-01-03 05:14

I am developing a PHP script for uploading .PDF documents as medium BLOBs into a MySQL database via PHP. The script also allows users to search for files and open/download

5条回答
  •  一整个雨季
    2021-01-03 05:24

    YOu might be running up against the limitations of the HTTP request (which I think is 4MB), or your HTTP request might be timming out. I have run into this issue before. You might want to look @ your php.ini file for maximum upload size.

    Disclaimer: I am not a PHP developer :D

提交回复
热议问题