curl_setopt Use this function to set the compatibility adjustment for upload file requests

Source: Internet
Author: User

In the curl_setopt ($curl, Curlopt_postfields, $fileData), this function is set with an error as follows

curl_setopt (): The usage of the @filename API for file uploading is deprecated. Use the Curlfile class instead

View related documents discover the following passage

According to this hint

The request parameters in the old version should be

$fileData = [' media ' = ' @ '. $filepath]; This is changed into

$fileData = [' Media ' = ' new \curlfile ($filepath)];

Reference Documentation:
http://php.net/manual/zh/function.curl-setopt.php
Http://stackoverflow.com/questions/18482236/fb-api-php-curl-setopt-array-the-usage-of-the-filename-api-for-file-uploadin

curl_setopt Use this function to set the compatibility adjustment for upload file requests

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.