Hello,
I want to upload files with Oboom API: https://www.oboom.com/api
and PHP!
But the Upload-Script I have written has no function:
$ch2 = curl_init("http://upload.oboom.com/1/ul?token=MY API Key&parent=1");
curl_setopt($ch2, CURLOPT_HEADER, 0);
curl_setopt($ch2, CURLOPT_POST...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.