Hi.
I'm trying to send a json file to a google service.
I've readed the API Doc, and at the example, it uses curl to send all the params to the Google Service.
I need to know how i can send the json file i implement with the config needed to make the service work.
-v, --verbose Make the operation more talkative
-k, --insecure Allow connections to SSL sites without certs (H)
-s, --silent Silent mode. Don't output anything
-H, --header LINE Custom header to pass to server (H)
--data-binary DATA HTTP POST binary data (H)
Thanks to both...
I have to read slowly your class, DonManfred, it seems to be interesting for my intentions.
Lemonisdead, PostFile... I didn't know this method... looking at docs, it seems to be easier.
I must make the test this afternoon... After that, I'll tell you the results.