Im using the code below to save an image uploaded by the user
byte[] imgbyte = System.IO.File.ReadAllBytes(textBox1.Text); SqlConnection sqlcon = new Sq