web services - Could I use JSON-RPC to POST a file to a webservice? -


i'm looking viable webservice solution , found json-rpc seducing , seems lightweight (over xml or soap example).

but i'm wondering if i'll able post binary data using json?

by way, have feedbacks using json-rpc , zend_json_server?

you can use base 64 encoding, uuencode or base 85. @ answer: binary data in json string. better base64

i'm using json-rpc zend_json_server , works fine.


Comments