I have a form that I'm already using to input information about a vendor and then upon Submit, it gets added to the vendor table. Pretty basic.
now, I'd like to add the ability to upload the vendor's logo to a certain folder and store the file name in te vendor table along with the other info as above.
How do I go about doing this? I have seen some simple scripts in php that do JUST the image part, but I couldn't see how to easily integrate that into what I already have.
Help appreciated.
now, I'd like to add the ability to upload the vendor's logo to a certain folder and store the file name in te vendor table along with the other info as above.
How do I go about doing this? I have seen some simple scripts in php that do JUST the image part, but I couldn't see how to easily integrate that into what I already have.
Help appreciated.