hello,
I try to display an image (convert from pdf file using ghostscript)
below is my code
problem is internet explorer cannot display the output image, IE continue
downloading image
but when I press the stop button (stop connection) internet explorer display
the image.
platform win98
ps: Undex linux (Netscape) I have no problem
----
<?
$refno=$refno . ".PDF";
Header("Content-type: image/jpeg");
passthru("D:\gs650\gs6.50\bin\gswin32c -q -dFirstPage=$page -dLastPage=$page
-dNOPAUSE -dBATCH -dNOPROMPT -sDEVICE=jpeggray -sOutputFile=-
report/$refno");
?>
----
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]