Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post Image #1

Open
agussang opened this issue Jul 19, 2019 · 0 comments
Open

Post Image #1

agussang opened this issue Jul 19, 2019 · 0 comments

Comments

@agussang
Copy link

untuk post image nya bagaimana ya, saya coba dengan
curl_setopt($ch, CURLOPT_URL, 'https://XXXXXXX.cloudfunctions.net/http-ktp');

//Create a POST array with the file in it
$postData = array(
'user_id' => 'cok',
'image' => '/var/tmp/KTP.jpeg',
);
curl_setopt($ch, CURLOPT_POSTFIELDS, $postData);
tapi dapat return

Error: image is not provided at Busboy.busboy.on

Terima Kasih

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant