Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: image (file) upload and image call 2.05: Edit Log

Here is the list of edits for this post
Re: image (file) upload and image call 2.05
Thanks again Pugdog,

You wrote:
<%if Image2%>
<img src="<%image2%>">
<%endif%>
You need to give it the URL to the image, not the path....
----------
I don't know what the url to the image would be as it is dynamic, no?

I have tried giving it a relative link like this:
<%if Image2%>
<img src="/imageuploads/<%image2%>">
<%endif%>

to no avail. Can you give me an example of the way i would call it?

Also (for anyone else who is looking):
I found the regex info in another thread: Alex wrote
'^|.*\.(gif|jpg|png)$'

should allow gif, jpg and png files. :)

Last edited by:

Evoir: Sep 10, 2001, 1:54 PM

Edit Log: