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

[REBOL] Re: url restrictions

From: andreas:bolka:gmx at: 16-Jan-2005 14:37

Sunday, January 16, 2005, 2:09:40 PM, sags wrote:
> It helped but partly. That URL retrieves PNG (GIF, JPEG) image, > that=20 normaly appears in a browser window. In rebol script I used > read response into a variable. And then display in a layout. First I > tried to do it directly: > myImg: read to-url "http://127.0.0.1/cgi..."
try using read/binary instead. -- Best regards, Andreas