Try something like this:


  open (myImage, "> $image_path/$myImage_name.png");
    binmode myImage;
    print myImage $png_data;
  close myImage;  

print "<img src = images/$myImage_name.png>";

-- 

Bill Stephenson
www.SecureShopper.com
1-417-546-5593


Reply via email to