I am running a webcam program called ivista. It acts as a erver and creates thumbnail images. If i enter the http code blow i will get a thumbnail image 180x120. I am trying to open this rename it and save it to my server. Does anyone have any idea of how to do it? I am connecting with the program cause i can see it is but i cant write the image file or even view the file? Please, any advice would be really helpfull. I have read the manual and i have tried lots of different variations with limited or no success. Thanks in advance.
<?
$fd = @fopen("http://ip_address/cgi/nph-jpeg.exe?-aw+160+-ah+120+-single+-device+9+-video+0","rw");
if ($fd)
{ either display the image or better rename it and save it to my server!}
else
{ Display error message}
?>
Again thanks.
Jules
julian.chamberlain@ntlworld.com