Download Images from Flickr Problem
I am using zend-framework flick service for to download all flickr images by flickr user id. I had created code for to download all images from flickr and it is working fine for many images (more than 100 flickr images) without using zend framework. But when i am trying to implement the same code inside zend-framework controller it is not working properly, sometime it download 10 or 20 or 40 images only and give an error like page can not be redirect properly (from flickr), connection time out, sometime page display blank (no contents, no errors).
Am I missing some configuration in zend framework specially for flickr when try to fetch or download more than 50 or 100 images ? or is there any solution for this problem ?
Hiren Patel
Last edited by hiren : 06-07-2008 at 05:21 AM.
|