Hi, i try send upload with API, but when i use curl, it show me error:
{"status_code":400,"error":{"message":"Invalid base64 string.","code":120,"context":"Exception"},"status_txt":"Bad Request"}
I'm post with source = $_FILE[file];
And when i try with source = base64_encode($_FILE[file]); it show me Invalid file extension
Can you help me fix that.
Thanks
{"status_code":400,"error":{"message":"Invalid base64 string.","code":120,"context":"Exception"},"status_txt":"Bad Request"}
I'm post with source = $_FILE[file];
And when i try with source = base64_encode($_FILE[file]); it show me Invalid file extension
Can you help me fix that.
Thanks