Help - still getting to grips with uploads and as usual looking to run before I can walk. I have mastered single file uploads using forms but what I want to do now is to upload a number of images from a directory on my PC (imaginatively called photos) and the files are selected based on variables from a table on line where a field is also named photos.
Was thinking of using a while loop to go through the table extracting a file name from each appropriate record then using that variable in an upload procedure but can it be done without a form?
Simple replies (with code if poss) as this is still very very new but I am learning all the time.
Was thinking of using a while loop to go through the table extracting a file name from each appropriate record then using that variable in an upload procedure but can it be done without a form?
Simple replies (with code if poss) as this is still very very new but I am learning all the time.