Hi,
I have a large number of images to display which are located on the local hard drive in multiple subdirectories. The MySQL database field contains the filename in its column such as filename.jpg . The visual editor is set to store images in Photo: "Edit as" settings -upload folder to files/
Due to the large number of files I need to display I have the following : files/subdirectory_1/filename.jpg
files/subdirectory_2/anotherpicture.jpg , and so on. Each subdirectory has many picturefiles in it, and there are hundreds of
subdirectories. If I do inline edit and choose browse I can pick the file location manually and enter it, however there are too many files to add and is impractical.
I need to be able to tell automatically where the picture file is to be found. I do not know how to do this. I thought of adding an extra column to the MYSQL database with the name of the subdirectory but do not know how to make PHPRunner read this and
go to the correct folder where the picturefile is.
Any help is appreciated. Thank you.