<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Display graphical files from CGI-script in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939162#M32989</link>
    <description>Bojan,&lt;BR /&gt;NO typo: it is specified in the documentation...&lt;BR /&gt;I didn't get the error message, I think that the APACHE subprocesses have this set up as foreign commands. I cound't find it in any apache log either.</description>
    <pubDate>Wed, 09 Nov 2005 05:01:32 GMT</pubDate>
    <dc:creator>Willem Grooters</dc:creator>
    <dc:date>2005-11-09T05:01:32Z</dc:date>
    <item>
      <title>Display graphical files from CGI-script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939157#M32984</link>
      <description>My web-appliaction consists of dymanic data, created using a CGI-script. Some data may be linked to an image I want to display. I have been able to create a link in dynamic context, and I succeeded in launching the picture onto the screen directly from the CGI-script;  only, not as a picture, but "as is" - in text.&lt;BR /&gt;I followed the specification in the SWS user manual &lt;A href="http://h71000.www7.hp.com/openvms/products/ips/apache/csws_iguide.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/products/ips/apache/csws_iguide.html&lt;/A&gt; Paragraph 3.14.5:&lt;BR /&gt;$ APACHE$FLIP_CCL&lt;BR /&gt;$ WRITE SYS$OUTPUT F$FAO("!as!/!/","CONTENT-TYPE: IMAGE/GIF")&lt;BR /&gt;$ APACHE$DCL_BIN APACHE$ROOT:[ICONS]APACHE_PB.GIF&lt;BR /&gt;&lt;BR /&gt;as an example, but that does not help. It shows me:&lt;BR /&gt;GIF89a   ÷ÿÿÿÎÎÎ¥¥¥„„„ssskkkZZZ!  ÿB ÿ1½R Þ­„ïœBÿ„ÿÎ ÿÎÎÎÆ½½Æ1ÿcÿœÿïÿçJïÞ(and so on)&lt;BR /&gt;&lt;BR /&gt;in stead of the image.&lt;BR /&gt;&lt;BR /&gt;Have I missed something?</description>
      <pubDate>Tue, 08 Nov 2005 09:39:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939157#M32984</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2005-11-08T09:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Display graphical files from CGI-script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939158#M32985</link>
      <description>Which browsers have you tried it with, some browsers(i.e. IE) arbitrarily ignore the content type based on how the URL ends.  Also, try using lower case for the content type.</description>
      <pubDate>Tue, 08 Nov 2005 10:05:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939158#M32985</guid>
      <dc:creator>David Jones_21</dc:creator>
      <dc:date>2005-11-08T10:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Display graphical files from CGI-script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939159#M32986</link>
      <description>Willem,&lt;BR /&gt;  Yup you sure have.  The example is not really correct.  Give this a try:&lt;BR /&gt;&lt;BR /&gt;$ APACHE$FLIP_CCL&lt;BR /&gt;$ WRITE SYS$OUTPUT F$FAO("!AS!/!/","CONTENT-TYPE: IMAGE/GIF")&lt;BR /&gt;$ MCR APACHE$COMMON:[000000]APACHE$DCL_BIN APACHE$ROOT:[ICONS]APACHE_PB.GIF&lt;BR /&gt;$ EXIT&lt;BR /&gt;&lt;BR /&gt;The main thing you will want to change in your command procedure is line #3&lt;BR /&gt;&lt;BR /&gt;SWS doesn't understand the command: APACHE$DCL_BIN...  So you have to make it a executable command.  To do that in VMS, simply use the MCR command, followed by the full path to the executable... then followed by the path/filename of your gif file.&lt;BR /&gt;&lt;BR /&gt;$ mcr apache$common:[000000]apache$dcl_bin-&amp;gt;&lt;BR /&gt; apache$root:[icons]apache_pb.gif&lt;BR /&gt;&lt;BR /&gt;Hope this helps you!&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Rick Retterer&lt;BR /&gt;HP Services&lt;BR /&gt;OpenVMS/Tru64 Unix Graphics/Java/SWS Support.&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Nov 2005 17:08:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939159#M32986</guid>
      <dc:creator>Rick Retterer</dc:creator>
      <dc:date>2005-11-08T17:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Display graphical files from CGI-script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939160#M32987</link>
      <description>Rick,&lt;BR /&gt;&lt;BR /&gt;I dont think that the problem is the APACHE$DCL_BIN command. If this will be a problem the content will not be GIF89a... but &lt;BR /&gt;%DCL-W-IVVERB, unrecognized command verb - check validity and spelling&lt;BR /&gt; \APACHE$DCL_BIN\&lt;BR /&gt;&lt;BR /&gt;Willem is the lowercase "!as!/!/" a typo in yours post? If this is in yours command procedure try to replace it with "!AS!/!/".&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Wed, 09 Nov 2005 02:35:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939160#M32987</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2005-11-09T02:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Display graphical files from CGI-script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939161#M32988</link>
      <description>David:&lt;BR /&gt;IE indeed. The final file will be .jpg, but "content-type: image/jpg" does the same thing (with a jpeg file of course), case doesn't matter:&lt;BR /&gt;&lt;BR /&gt;content-type: image/jpg Ã Ã¿Ã&amp;nbsp; JFIF  ddÃ¿Ã¾ Adobe ImageReadyÃ¿Ã¬ Ducky  FÃ¿Ã® AdobedÃ  Ã¿Ã &lt;BR /&gt;and so on.&lt;BR /&gt;Using another browser is no option.&lt;BR /&gt;&lt;BR /&gt;Rick:&lt;BR /&gt;I didn't miss a thing, the documentation does, the text I show before is cutted and pasted from the documentation. It should read:&lt;BR /&gt;$ MCR APACHE$COMMON:[000000]APACHE$FLIP_CCL.EXE_ALPHA&lt;BR /&gt;$ WRITE SYS$OUTPUT F$FAO("!AS!/!/","CONTENT-TYPE: IMAGE/GIF")&lt;BR /&gt;$ MCR APACHE$COMMON:[000000] APACHE$DCL_BIN.EXE_ALPHA APACHE$ROOT:[ICONS]APACHE_PB.GIF&lt;BR /&gt;&lt;BR /&gt;Anyway - that didn't work either.&lt;BR /&gt;&lt;BR /&gt;Perhaps this is of importance as well, I'm not sure: The image is to be displayed in a frame that contains text. I would prefer a pop-up window containing just that image, but I haven't found a way to do that: the page containing the link is generated by a program (but I can change that, if only I knew hor to create that pop-up window)</description>
      <pubDate>Wed, 09 Nov 2005 03:06:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939161#M32988</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2005-11-09T03:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Display graphical files from CGI-script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939162#M32989</link>
      <description>Bojan,&lt;BR /&gt;NO typo: it is specified in the documentation...&lt;BR /&gt;I didn't get the error message, I think that the APACHE subprocesses have this set up as foreign commands. I cound't find it in any apache log either.</description>
      <pubDate>Wed, 09 Nov 2005 05:01:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939162#M32989</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2005-11-09T05:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Display graphical files from CGI-script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939163#M32990</link>
      <description>Willem,&lt;BR /&gt;&lt;BR /&gt;In my previous post I mean that if you type in DCL prompt:&lt;BR /&gt;&lt;BR /&gt;$ WRITE SYS$OUTPUT F$FAO("!as!/!/","CONTENT-TYPE: IMAGE/GIF")&lt;BR /&gt;%SYSTEM-F-BADPARAM, bad parameter value&lt;BR /&gt; \!as!/!/\&lt;BR /&gt;&lt;BR /&gt;but if you type:&lt;BR /&gt;&lt;BR /&gt;$ WRITE SYS$OUTPUT F$FAO("!AS!/!/","CONTENT-TYPE: IMAGE/GIF")&lt;BR /&gt;CONTENT-TYPE: IMAGE/GIF&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And, maybe two empty lines also give some problems. Try with:&lt;BR /&gt;$ WRITE SYS$OUTPUT F$FAO("!AS!/","CONTENT-TYPE: IMAGE/GIF")&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Wed, 09 Nov 2005 05:18:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939163#M32990</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2005-11-09T05:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Display graphical files from CGI-script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939164#M32991</link>
      <description>&amp;gt;&amp;gt;And, maybe two empty lines also give some problems. Try with:&lt;BR /&gt;$ WRITE SYS$OUTPUT F$FAO("!AS!/","CONTENT-TYPE: IMAGE/GIF")&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;No, don't try that.  The blank line is part of the CGI protocol that delimits the header lines from the data.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2005 06:43:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939164#M32991</guid>
      <dc:creator>David Jones_21</dc:creator>
      <dc:date>2005-11-09T06:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Display graphical files from CGI-script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939165#M32992</link>
      <description>David,&lt;BR /&gt;&lt;BR /&gt;I know that a blank line is part of the CGI protocol (or less specific HTTP protocol). The blank line ends the header lines and starts the data part. (I think that CGI sends its headers and redirect all the output from the CGI script to the browser). But when you execute the command:&lt;BR /&gt;&lt;BR /&gt;$ WRITE SYS$OUTPUT F$FAO("!AS!/!/","CONTENT-TYPE: IMAGE/GIF")&lt;BR /&gt;&lt;BR /&gt;you receive:&lt;BR /&gt;CONTENT-TYPE: IMAGE/GIF&lt;CR&gt;&lt;LF&gt;&lt;BR /&gt;&lt;CR&gt;&lt;LF&gt;&lt;BR /&gt;&lt;CR&gt;&lt;LF&gt;&lt;BR /&gt;&lt;BR /&gt;The first two &lt;CR&gt;&lt;LF&gt; pairs are added by FAO and the last one by WRITE! So you have two blank lines and not one which is required by the HTTP protocol. When you have html or text files this is not a problem. But how will the server and/or browser interpret the extra blank line? It will ignore it or will interpret the line as data?&lt;BR /&gt;&lt;BR /&gt;&lt;CR&gt;&lt;LF&gt;GIF89a...&lt;BR /&gt;is not the same as&lt;BR /&gt;GIF89a...&lt;BR /&gt;&lt;BR /&gt;Bojan&lt;/LF&gt;&lt;/CR&gt;&lt;/LF&gt;&lt;/CR&gt;&lt;/LF&gt;&lt;/CR&gt;&lt;/LF&gt;&lt;/CR&gt;&lt;/LF&gt;&lt;/CR&gt;</description>
      <pubDate>Wed, 09 Nov 2005 07:06:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939165#M32992</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2005-11-09T07:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Display graphical files from CGI-script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939166#M32993</link>
      <description>How I would like to have a browser that just dumped all received data in HEX format, like the VMS DUMP command....&lt;BR /&gt;&lt;BR /&gt;Anyway, I found a workaround that is sufficient for now: Define the location of the file as an alias in httpd.conf, and refer to that alias. I ran into other problems there, mentioned in another thread.&lt;BR /&gt;But I would have a solution where differences in environment are kept OUTSIDE the configuration of the webserver, and are handled by the CGI-script. Including display of images.</description>
      <pubDate>Wed, 09 Nov 2005 08:24:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939166#M32993</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2005-11-09T08:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Display graphical files from CGI-script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939167#M32994</link>
      <description>$ WRITE SYS$OUTPUT F$FAO("!AS!/!/","CONTENT-TYPE: IMAGE/GIF")&lt;BR /&gt;&lt;BR /&gt;you receive:&lt;BR /&gt;CONTENT-TYPE: IMAGE/GIF&lt;CR&gt;&lt;LF&gt;&lt;BR /&gt;&lt;CR&gt;&lt;LF&gt;&lt;BR /&gt;&lt;CR&gt;&lt;LF&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&lt;BR /&gt;The first two &lt;CR&gt;&lt;LF&gt; pairs are added by FAO and the last one by WRITE! So you have two blank lines and not one which is required by the HTTP protocol.&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;FAO does not add a newline. The write to sys$output normally adds an implied newline, but this is inhibited by the APACHE$FLIP_CCL.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;When you have html or text files this is not a problem. But how will the server and/or browser interpret the extra blank line? It will ignore it or will interpret the line as data?&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;If the problem was an extra newline, the browser would display a 'broken image' image icon.  Since the browser is trying to display the data as text, the content-type is not getting conveyed properly.&lt;BR /&gt;&lt;BR /&gt;Willem,&lt;BR /&gt;Are we seeing the entire script source (i.e. there are no writes to sys$output preceding the apache$flip_ccl line)?&lt;/LF&gt;&lt;/CR&gt;&lt;/LF&gt;&lt;/CR&gt;&lt;/LF&gt;&lt;/CR&gt;&lt;/LF&gt;&lt;/CR&gt;</description>
      <pubDate>Wed, 09 Nov 2005 08:33:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939167#M32994</guid>
      <dc:creator>David Jones_21</dc:creator>
      <dc:date>2005-11-09T08:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Display graphical files from CGI-script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939168#M32995</link>
      <description>Willem,&lt;BR /&gt;&lt;BR /&gt;What abbout:&lt;BR /&gt;&lt;BR /&gt;$ TELNET server_ip 80/LOG=HTTP_LOG.LOG&lt;BR /&gt;GET /path/to/cgi HTTP/1.0&lt;BR /&gt;&lt;BR /&gt;$ DUMP HTTP_LOG.LOG&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Replace server_ip with yours APACHE server ip (if it is not running on port 80 also replace the port). Replace the "/path/to/cgi" with the path to the cgi script. You must type the line and end with two returns. In several cases the line is not displayed, so it is best to write it before and past it (delete does not work:).&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Wed, 09 Nov 2005 08:42:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939168#M32995</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2005-11-09T08:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Display graphical files from CGI-script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939169#M32996</link>
      <description>&amp;gt; $ TELNET server_ip 80/LOG=HTTP_LOG.LOG&lt;BR /&gt;&amp;gt; GET /path/to/cgi HTTP/1.0&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; $ DUMP HTTP_LOG.LOG&lt;BR /&gt;&lt;BR /&gt;Wget may be easier than Telnet if you plan to&lt;BR /&gt;do this often.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://antinode.org/dec/sw/wget.html" target="_blank"&gt;http://antinode.org/dec/sw/wget.html&lt;/A&gt;</description>
      <pubDate>Wed, 09 Nov 2005 08:49:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939169#M32996</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2005-11-09T08:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Display graphical files from CGI-script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939170#M32997</link>
      <description>David,&lt;BR /&gt;&lt;BR /&gt;Indeed, I have a line:&lt;BR /&gt;$ write sys$output f$fao("!/")&lt;BR /&gt;but removing that gives me "Internal Server Error". Since the procedure is used for all access, it blocks the application COMPLETELY. &lt;BR /&gt;&lt;BR /&gt;(I could think of another script to be started, but the code that generates the HTML would than need a more major update. keep in mind I need to define the logical environment - inclusing WHERE to get the image. I prefer to have a pop-up, and NO appliaction references in httpd.conf, and no version dependent ones at all - as I'm forced to do now (see &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=973272))" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=973272))&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2005 09:50:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939170#M32997</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2005-11-09T09:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Display graphical files from CGI-script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939171#M32998</link>
      <description>Willem, as has been loosely referred to already, this is a problem with I.E.&lt;BR /&gt;&lt;BR /&gt;I.E. doesn't like to adhere to the W3C Content Header standards. Instead it prefers to use the URL.&lt;BR /&gt;&lt;BR /&gt;The attached code handles files for these MIME types :-&lt;BR /&gt;&lt;BR /&gt;(LNM$SYSTEM_TABLE)&lt;BR /&gt;&lt;BR /&gt;  "WEBREPORT$MIMETYPE_CSV" = "text/plain"&lt;BR /&gt;        = "TEXT"&lt;BR /&gt;        = "SAVE"&lt;BR /&gt;  "WEBREPORT$MIMETYPE_LOG" = "text/plain"&lt;BR /&gt;        = "TEXT"&lt;BR /&gt;  "WEBREPORT$MIMETYPE_PDF" = "application/pdf"&lt;BR /&gt;        = "BINARY"&lt;BR /&gt;  "WEBREPORT$MIMETYPE_SPF" = "text/plain"&lt;BR /&gt;        = "TEXT"&lt;BR /&gt;  "WEBREPORT$MIMETYPE_SPL" = "text/plain"&lt;BR /&gt;        = "TEXT"&lt;BR /&gt;  "WEBREPORT$MIMETYPE_TXT" = "text/plain"&lt;BR /&gt;        = "TEXT"&lt;BR /&gt;  "WEBREPORT$MIMETYPE_XLS" = "application/vnd.ms-excel"&lt;BR /&gt;        = "BINARY"&lt;BR /&gt;  "WEBREPORT$MIMETYPE_ZIP" = "application/octet-stream"&lt;BR /&gt;        = "BINARY"&lt;BR /&gt;        = "SAVE"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In order to make it work in I.E., I also append '&amp;amp;/filename.ext' to the URL when requesting the file.&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Wed, 09 Nov 2005 10:07:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939171#M32998</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2005-11-09T10:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Display graphical files from CGI-script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939172#M32999</link>
      <description>David have me a right hint - NO text before "content-type" - at all. I decided to follwo that and the solution I found (before reading Robert's reply) was using another procedure that will just set the content type and dump the binary onto SYS$OUTPUT - as stated before. This is more in linme with the wanted solution, to have images in a separate window. More important: I now don't need any application- nor version dependency in httpd.conf.&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Nov 2005 09:47:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/display-graphical-files-from-cgi-script/m-p/4939172#M32999</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2005-11-10T09:47:34Z</dc:date>
    </item>
  </channel>
</rss>

