OK, another conundrum!
I have built a very simply CMS for my mate. Its the same stuff I was asking about previously, so a website which lists all her products.
What I want to do is get her to start populating the database with her products, so things like title, decription, product code, price and also an image.
So getting the input form sorted out for the 'text' entries is fine, but how can I add an upload section to this form so it updates the table too?
I'll be storing the images in a central folder (rather than in the database) and the database field will hold the location of the image file. Does that make sense?
I can do an upload form easily and I can do an add form too, but puting them together is my challenge.