I have a database of 1000 items with one field being 'images'. This is a text field with the name of a particular image file (PNG or JPG). I'm trying to find a way to include an 'upload' button on my website so that users can upload an image to the server, and it be recorded in the MySQL database.
I've looked at several ideas online and not found anything that either suits my needs or I can get working. All images can be stored in the same folder as they will all have different names.
Does anyone know of any tutorials, or can assist me in doing it, many many thanks x