Welcome Guest, Not a member yet? Register   Sign In
CURLRequest multipart File - nothing send
#4

I did add an key for my URL and I where able to see everything I posted. form_params works flawlessly, but as the post where about sending a file and multipart, my answer reflects my findings with multipart.

And the only time I could get webhook.site to register content with multipart where when I submitted this array. If I only posted 'text' without any file, the content-length resulted to 0. And thus YMCA never where displayed (submitted?). And it only worked with PHP 7.4.
PHP Code:
$post_data = [
    
'text' => 'YMCA',
    
'file' => new \CURLFile(FCPATH.'robots.txt''text/plain''robots.txt')
]; 
Reply


Messages In This Thread
RE: CURLRequest multipart File - nothing send - by jreklund - 02-01-2020, 10:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB