Welcome To baselogics.blogspot.in

Welcome to baselogics.blogspot.com

Place to Learn Programmes.

Jasper Roberts - Blog

Tuesday, July 7, 2015

Converting JPEG/image type files into BLOB (binary large object) and saving them into MySQL Database...............

                       While Creating Secured Login system or Secure Systems , we need to put data into MySQL Database. Unlike, Uploading it on server and Saving its address into Database can be dangerous. it can be accessed easily by the Person who is not expected to see it. thats why web developers store them into database in binary format and retrieve whenever needed. Here's Short Tutorial On Storing JPEG/image files on MySQL in BLOB (actually .bin) format. 1. Eshtablishing connection...