Thinkphp3.2.2 combined with Qiniu question 100 points posted by great gods!

Source: Internet
Author: User
Thinkphp3.2.2 combined with Qiniu question 100 points posted by great gods! Currently, I am using the thinkphp3.2.2 framework to build our project. TP combines Qiniu and Qiniu driver class libraries. normal uploads can all be implemented. Now, I encountered a problem: I used the localResizeIMG plug-in to compress the image on the front end, get a base64 code for the compressed image, and then ajax is sent to the background, now, in the tp environment, how can I upload the base64 image to Qiniu?


Reply to discussion (solution)

Tp is not a combination of Qiniu, it should be through the interface that requests Qiniu,
Pass the image to Qiniu server,
The tp processing method should be the post operation of curl.

I compress the image with front-end ajax, and get a base64 object instead of a file.

Decodes and restores data to a file on your server, and then uploads the file.

Your server must have a post image to the qianniu server. before the post, you can decode the base64 format image obtained from the front-end and get the normal image.

Thank you for your help! Qiniu provides base64 Upload solution

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.