Upload binary data the Database
Some times we have the requirement to upload an image to the database in binary form. As uploading a image file to the database has many different benefits as compare to uploading files to the Web Server Folders
So let’s starts from the database table design
The fields includes in table are:
1) ID – Primary Key
2) Filename – Store name of the file.
3) Mime- what type of file is it.