I don't know how to write in pearl. I have a client that is a used car dealer and he wants to send me the photos and descriptions of his inventory.
I have a html file setup but I need a server side file to handle the data.
The file is located at www.kanemotors.com/update/index.html
I would like the server side to save the filename as image#a, image#b (the # being the corresponding number to the upload form section 1,2,3,or 4) also allowing multiple image#a and image#b filenames...
image1a-1, image1a-2, image1a-3, image1b-1, image1b-2, image1b-3
Is there an existing file to do what I want ?
I need Help