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 > Re: Cant Displa...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 4 of 12 Topic 1415 of 1496
Post > Topic >>

Re: Cant Display the image...

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

Ok.. here is the update.

Earlier i was trying it on windows..
now i m using linux....
but still the same problem

1) I created a directory called images under /var/www
2) gave it the permission so that i cud be able to write to it
3) i modified my code to
        ###########
  ..
....
        my      $gd = $graph->plot(\@[EMAIL PROTECTED]
) or die $graph->error;
        my      $path = '/var/www/images/file.png';


        qx{rm -rf /var/www/images/file.png};

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

        qx{chmod -R 777 /var/www/images/file.png};

        print '<body>';
        print "Its Done";
        print qq(<img src='/var/www/images/file.png'>);
        print '</body>';

################

 the file gets created if i view the file externally in some viewer it
looks good.. but some how it is not displayed thru code
and yes I think u ppl can suggest me the solution from the server
error log which says

    " File does not exist: /var/www/html/var, referer:
http://mymachine/cgi-bin/image.cgi"

why is it looking for the var file dat too in different folder . Is
there somthing i am totally unaware of ????
 




 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 Sat Nov 22 10:54:33 CST 2008.