Seven Qiniu storage-how to use PHP for persistent processing

Source: Internet
Author: User
Can you provide PHP with the download and upload of video persistence for the sample code? PHP SDK also does not have this part of the content, only the API is probably said to have this feature.
If the normal download is this way

                          $key= "Video (1).MOV";                          $accessKey = '****';                          $secretKey = '***';                          $domain = '**.qiniudn.com';                          Qiniu_SetKeys($accessKey, $secretKey);                            $baseUrl = Qiniu_RS_MakeBaseUrl($domain, $key);                          $getPolicy = new Qiniu_RS_GetPolicy();                          $privateUrl = $getPolicy->MakeRequest($baseUrl, null);

Where do I need to change to download a persistent video screen?

If you can provide upload video and persistent processing of sample code is grateful.

Reply content:

Can you provide PHP with the download and upload of video persistence for the sample code? PHP SDK also does not have this part of the content, only the API is probably said to have this feature.
If the normal download is this way

                          $key= "Video (1).MOV";                          $accessKey = '****';                          $secretKey = '***';                          $domain = '**.qiniudn.com';                          Qiniu_SetKeys($accessKey, $secretKey);                            $baseUrl = Qiniu_RS_MakeBaseUrl($domain, $key);                          $getPolicy = new Qiniu_RS_GetPolicy();                          $privateUrl = $getPolicy->MakeRequest($baseUrl, null);

Where do I need to change to download a persistent video screen?

If you can provide upload video and persistent processing of sample code is grateful.

Look at the pfop_demo.php in this link, Https://github.com/rwifeng/php-sdk/compare/demo.

  • Related Article

    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.