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. 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. 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
Archived
This topic is now archived and is closed to further replies.