will35010 Posted June 29, 2009 Share Posted June 29, 2009 I want to upload resumes to a mysql database. I have found plenty of tutorials for tracking the file location using mysql, but how do I get the actual file into the database and retrieve it later? Any direction would be greatly appreciated. Quote Link to comment https://forums.phpfreaks.com/topic/164115-solved-file-upload-to-mysql/ Share on other sites More sharing options...
JJ2K Posted June 29, 2009 Share Posted June 29, 2009 I don't know this myself but I did some research on your behalf http://www.php-mysql-tutorial.com/wikis/mysql-tutorials/uploading-files-to-mysql-database.aspx Alternativly you could just upload them to a server and store the location of the files in a database which you said you've found tutorials for. Quote Link to comment https://forums.phpfreaks.com/topic/164115-solved-file-upload-to-mysql/#findComment-865760 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.