I do not have a need to keep the name of the file in the db for the following reason,
if a row (db entry) has an ID value of 'q123456', then I have it's associated images named;
q123456-1.jpg, q123456-1_tn.jpg,
q123456-2.jpg, q123456-2_tn.jpg,
etc, all in the same directory. So if this particular listing has 16 images I would manually have to enter that value in the db as PIX=16
I would like to know if I can avoid that step, and somehow import all the images that begin with 'q123456', without the designation of how many images to check for.