No response Uploading a file with PHP and CURL

New post

Comments

1 comment

  • Box Product Support

    Try adding this parameter to  your curl command:

     

    curl_setopt($your_handle, CURLOPT_SAFE_UPLOAD, FALSE)

     

    That solved this same problem for me, but I am using a newer php version.

    0
    Comment actions Permalink

Please sign in to leave a comment.