Creating and saving image from byte[]
- by dotnetdev
Hi,
I am storing an array of bytes into SQL Server. I want to create and save an image from a byte[] but several attempts seem unreliable and result in intermittent exceptions.
What is the best way to go about this?