Codice PHP:

$post 
= array('image' => base64_encode(file_get_contents($imagePATH)));

echo 
json_encode($post);