From: Haris Bogdanović on
Hi.

I can successfully publish a function in Allegro serv
but I want to refer to images from my function.
How do I do that ?
Where do I put image files ?

Thanks
From: Captain Obvious on
HB> I can successfully publish a function in Allegro serv
HB> but I want to refer to images from my function.
HB> How do I do that ?
HB> Where do I put image files ?

http://allegroserve.sourceforge.net/aserve-dist/doc/tutorial.html

(publish-file :path "/bar.png" :file "c:/foo/bar.png" :host
"test.franz.com")

This means that <img src="/bar.png"> will refer to "c:/foo/bar.png" on your
computer.



 | 
Pages: 1
Prev: [ANN] ABCL 0.21 released
Next: macro checks