This topic is locked

external images

3/21/2012 2:05:27 PM
PHPRunner General questions
M
mune72 author

I'm using a sqlite database.
I want to keep its size little so I don't want to embed images in it.
I want to put in field name PATH just the relative path to the image.
This implies that when the user uploads the images it has to be saved in a disk area writable from the web server.
When the image is uploaded it has been given two text: a short and a long one.
The short one is used in HTML "<A HREF="'PATH_TO_IMAGES_DIR/image0.jpg' target='_imgaes'>The first Image</A>". When the user clicks on the link a ne window opens showing the link's image.
How to handle this images behaviour with the standard instrument?
Thanks