Saving a File Directly Into a MySQL Database
First Clipped on Oct. 15, 2008
Report Clip
Let's say, for example, you have a client that needs to be able to upload sensitive company files that can only be accessed by certain employees. This is where the MySQL longblob field comes in handy. In this tutorial, I'll show how to get a file from a web form into a MySQL database and out again.
Preparing the MySQL Da
