Now, I opened the xml service in the server and now I get nothing for getContainerData()
$image=$record->getField('Attachment');
$attach=$fm->getContainerData(($image));
if (FileMaker::isError($attach)) {
echo "Error: " . $attach->getMessage() . "n";
echo $fm->getContainerDataURL($image);
exit;
}
echo 'Attach = '. $attach;
While I run the above code for filemaker server installed at my localhost i get image in binary format BUT for server at live i get nothing for output.
Does it have something to do with blocked ports??