Home >Backend Development >PHP Tutorial >ThinkPHP file upload error

ThinkPHP file upload error

WBOY
WBOYOriginal
2016-12-01 01:27:291467browse

Use ThinkPHP to upload a word document to the server. When there are some special pictures in the document, the following error is reported when uploading:
ThinkPHP file upload error

Delete the image and the file will be uploaded successfully.
How to solve this problem?

Reply content:

Use ThinkPHP to upload a word document to the server. When there are some special pictures in the document, the following error is reported when uploading:
ThinkPHP file upload error

Delete the image and the file will be uploaded successfully.
How to solve this problem?

Can you try adding the allowed suffix of the uploaded file to the image?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn