Page 1 of 1

readImage from URL

Posted: 2010-01-03T11:15:19-07:00
by johnymac
I'm sure this must of been asked a million times, sorry!

If you don't have the file local and you want to readImage, what is the best method?

at the mo I'm doing

$status = $resource->readImage(http://url/test.gif);

Thanks

Re: readImage from URL

Posted: 2010-01-03T15:01:23-07:00
by johnymac
Duh.. Found this

viewtopic.php?f=10&t=13111

Thanks