I received an exported database from MSAccess (not my favorite) and I imported it to a MySQL table. There\'s a column named \'customerImage\' and is a \'long BLOB\' type wit
Save the blob to a temp file and use the php finfo_file function on it.