Question
PHP insert/update record with file upload
I used Dreamweaver's Insert Record wizard to make a php/mysql
page. In this Insert Record application I would like to have a File
Field that uploads a file to an "upload" directory on the website
and adds the file name to the database as text (not the
entire path C:/Mydocuments etc., just the file name). How do I do
that? Thank you.
