Good afternoon, I inserted a large amount of information into a table in my database through a .csv file using the LOAD DATA INFILE command line, and I also have a relationship table where the product ID is recorded and the path of the photo (s) of that product, but I'm trying to escape having to register the photos manually, in this case, uploading the photo (s) by a form in my administrative area. I know it sounds magical but is there any way I can do this, relate the product to images in a folder and save the path in the table, or has anyone had a situation like this?