Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Problems rendering an image + jpeg images not working

From: gscottjones:mchsi at: 30-Aug-2002 8:08

From: "Brett Handley"
<snip> > The problem I think is that my REBOL script does not send any data to the > browser until it quits. I've tried setting the mode of the output port to > no-wait, but no change. Can someone solve this? <snip>
At first, I was trying to get around reconstituting the gif's, but I created an error condition. I finally faithfully recreated your set-up (except for paths and names), *shutdown and restarted* Apache, and then it worked ... at least for the REBOL HTTP retrieval. (With my testing, I have begun to wonder if the Windows Apache doesn't have a buglet with CGI, because I've noticed this behavior before; just not reproducibly. ???) Now just need that ActiveX component for IE6.0 .... --Scott Jones