Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Perl Beginners Cgi > Cant Display th...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 12 Topic 1415 of 1478
Post > Topic >>

Cant Display the image...

by jeevan.ingale@[EMAIL PROTECTED] (Jeevs) Sep 6, 2007 at 01:03 AM

Hi All,

   I am using the GD::Graphs to generate a graph.
  I am storing the file on the server and then displaying the same. my
code looks like.

####
...
....
....
$gd = $graph->plot(\@[EMAIL PROTECTED]
) or die $graph->error;

 open(IMG, '>file.png') or die $!;
 binmode IMG;
 print IMG $gd->png;

 print "<img src='file.png'>";

#######
yes i am creating a file in cgi directoy ..

but instead of the image just a square box is displayed ..
Do i need some configuration in apache or my i missing something in my
perl code

Thanks for the help in advance
 




 12 Posts in Topic:
Cant Display the image...
jeevan.ingale@[EMAIL PROT  2007-09-06 01:03:27 
Re: Cant Display the image...
david@[EMAIL PROTECTED]   2007-09-06 10:17:47 
Re: Cant Display the image...
noreply@[EMAIL PROTECTED]  2007-09-06 12:23:27 
Re: Cant Display the image...
jeevan.ingale@[EMAIL PROT  2007-09-06 04:54:25 
Re: Cant Display the image...
jeevan.ingale@[EMAIL PROT  2007-09-06 05:03:08 
Re: Cant Display the image...
david@[EMAIL PROTECTED]   2007-09-06 13:51:26 
Re: Cant Display the image...
noreply@[EMAIL PROTECTED]  2007-09-07 01:04:08 
Re: Cant Display the image...
njus@[EMAIL PROTECTED] (  2007-09-08 12:49:09 
Re: Cant Display the image...
jeevan.ingale@[EMAIL PROT  2007-09-06 05:32:41 
Re: Cant Display the image...
noreply@[EMAIL PROTECTED]  2007-09-07 02:54:48 
Re: Cant Display the image...
jeevan.ingale@[EMAIL PROT  2007-09-07 04:06:56 
Re: Cant Display the image...
noreply@[EMAIL PROTECTED]  2007-09-09 06:19:18 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu Jul 24 13:14:36 CDT 2008.