Welcome Guest, Not a member yet? Register   Sign In
CURL file upload
#3

(07-30-2024, 07:55 PM)kenjis Wrote: Try
PHP Code:
$client->post('API ENDPOINT', [
    // ...
    'multipart' => [
        'file' => $myfile,
    ],
]); 

See https://www.codeigniter.com/user_guide/l...#multipart

Thank you so much. Works like a dream
Reply


Messages In This Thread
CURL file upload - by 68thorby68 - 07-30-2024, 06:39 AM
RE: CURL file upload - by kenjis - 07-30-2024, 07:55 PM
RE: CURL file upload - by 68thorby68 - 07-31-2024, 03:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB