I'm posting an image to the server using the DATA URI (client side, using the canvas). I now have two choices: I can save the "image" as a string in a varchar(max) column or I can convert it to byte[] and save it as varbinary(max).I'm posting an image to the server using the DA