Home  >  Article  >  Backend Development  >  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?

WBOY
WBOYOriginal
2016-12-05 13:44:061319browse

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

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