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:
Delete the image and the file will be uploaded successfully.
How to solve this problem?
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:
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?