Prev: [ANN] ABCL 0.21 released
Next: macro checks
From: Haris Bogdanović on 28 Jul 2010 18:32 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 29 Jul 2010 06:36 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 |