Hi
I have Zend_Amf_Server in gateway and a’m calling function getImage in my Class what has very simple code:
public function getImage($str){
return file_get_contents($str);
}
when I load html file all goes good but if I want to load any image it takes forever to return me data.
What I’m doing wrong?