javascript - The back-end staff gave me the interface address of the app client for uploading images. Why does it say that the upload is successful but cannot be displayed?

WBOY
Release: 2023-03-03 08:06:02
Original
1337 people have browsed it

The back-end staff gave me the interface address of the app client for uploading images. Why does it say that the upload is successful but cannot be displayed?

javascript - The back-end staff gave me the interface address of the app client for uploading images. Why does it say that the upload is successful but cannot be displayed?

javascript - The back-end staff gave me the interface address of the app client for uploading images. Why does it say that the upload is successful but cannot be displayed?

Reply content:

The back-end staff gave me the interface address of the app client for uploading images. Why does it say that the upload is successful but cannot be displayed?

javascript - The back-end staff gave me the interface address of the app client for uploading images. Why does it say that the upload is successful but cannot be displayed?

javascript - The back-end staff gave me the interface address of the app client for uploading images. Why does it say that the upload is successful but cannot be displayed?

You have to ask the backend about this...

  • First confirm whether there is any problem with the agreed interface. Did you call it according to the URL, method and parameters of the agreed interface?

  • Confirm that it is not a permission issue

  • Ask the backend. If the upload is successful but the file cannot be retrieved, let the backend give you an example of how to retrieve the file. You can try it

Check whether it is really transmitted to the server. If it is on the server, the path is wrong.

Log in to the server and check where it is, the file name, path, etc. Then check the consistency of your access address
I just saw the long-distance transfer pictures of our game today, the file names, unified naming rules before and after, the directory must be writable;
To ensure security, the backend will first move to tmp and then rename the new address

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!