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

[REBOL] Re: image server

From: gchiu::compkarori::co::nz at: 2-Dec-2000 12:27

On Fri, 1 Dec 2000 18:01:40 -0500 Eric King <[rex--smallandmighty--com]> wrote:
> >Before I reinvent the wheel, has anyone written an image > >server in Rebol yet? > > Could you be a bit more specific?
Sure. img src=http://myisp.com/cgi-bin/image.r?imagename either exists? imagename [ return image ] [ grab image from database store in current directory return image remove old images from current directory ] -- Graham Chiu