don't save it in a table. Save a reference to where the data is to a file path in a table. For exmple if you want to save xyz.jpg. Create a table that has the path, filename and store the file say into /somepath/otherpath/xyz.jpg then put a row in a database with a value of path = 'somepath/otherpath' filename'xyz.jpg'. Storing the content in a database is a foolish waste of database space and causes problems with backups.
|