Q: What is the storage format of an uploaded file?

Source: Internet
Author: User
Tags webp
How many questions do I have about uploading images on my website? After the upload, the upload may be saved as 1314152... how many questions do I have about uploading images on my website?

The method for storing uploaded images is to save them directly according to the original suffix. php only copies the uploaded 0-hour files during file upload. Therefore, the format of the original upload format is maintained, for example
After the source image is uploaded to JPG, it can be saved as 13141520.jpg.

  1. Can I save it as a suffix?

  2. Will it change the source file? Will the original MD5 change? Is there any damage? Will it cause a format error?

  3. You can directly change the suffix to save the Code. For example, if jpg is transcoded to png, how can this problem be solved?

  4. In the local operating system, if you change the suffix of an image, it seems that there will be no problems in saving it. Who can explain the file name to me?

Thank you! ^_^

Reply content:

How many questions do I have about uploading images on my website?

The method for storing uploaded images is to save them directly according to the original suffix. php only copies the uploaded 0-hour files during file upload. Therefore, the format of the original upload format is maintained, for example
After the source image is uploaded to JPG, it can be saved as 13141520.jpg.

  1. Can I save it as a suffix?

  2. Will it change the source file? Will the original MD5 change? Is there any damage? Will it cause a format error?

  3. You can directly change the suffix to save the Code. For example, if jpg is transcoded to png, how can this problem be solved?

  4. In the local operating system, if you change the suffix of an image, it seems that there will be no problems in saving it. Who can explain the file name to me?

Thank you! ^_^

1. Other formats can be saved. In fact, the file format is not changed, so the md5 value will not change.
2. If you want to change an image to another format, it must be transcoded. images smaller than 20 mb support synchronous operations, that is:
Url? ImageMogr2/format /..
Example:
Jpg format:
Http://7xmz3r.com5.z0.glb.qiniucdn.com/20151203%2FFi85UYGcE_Vs1aJ0NcRt9iul_ISW.jfif-tbnl
Transcoding to webp:
Http://7xmz3r.com5.z0.glb.qiniucdn.com/20151203%2FFi85UYGcE_Vs1aJ0NcRt9iul_ISW.jfif-tbnl? ImageMogr2/format/webp
You can convert it to webp format.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.