binary data upload

Simple Gallery Studio in C# with Source Code

This is a simple app requested by a friend of mine and I wish to share it with the public. This app was built using C#.net on visual studio 2013 as the front end and the MSSQL server as the back end. The program/app is called Gallery Studio. The program allows users to easily upload any image type and later view them as a photo album as well as delete them. I have used MS SQL Server to store the

Upload binary data the Database

Language

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.