Is there a way to do a file upload (for a photo or PDF) within another form using PHP?
I'm trying to make a form that posts information to a database but I want to do a file upload to allow the user to upload a pdf to a column on the database as well.
Any insight?
Thanks.
Well if you want to "Upload" a file into your database, of course you need to make sure you have the correct data type (I believe it's blob).
But YES, you can use PHP and HTML to do file uploads.
A good place to start would be http://us.php.net/features.file-upload