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

image server

 [1/3] from: gchiu:compkarori at: 2-Dec-2000 11:14


Before I reinvent the wheel, has anyone written an image server in Rebol yet? -- Graham Chiu

 [2/3] from: rex:smallandmighty at: 1-Dec-2000 18:01


On Sat, Dec 2, 2000, Graham Chiu <[gchiu--compkarori--co--nz]> wrote:
>Before I reinvent the wheel, has anyone written an image >server in Rebol yet?
Could you be a bit more specific? .:Eric

 [3/3] 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