G
Guest
Hi,
I would like to read a file from the File System and save it into a SQL
Server field, which is a image type. Somebody told to me that it is possible
to read the file with StreamReader and save all the byte into an array
(byte[]), but I don't know how to code it in C#.
Can anybody help me, please
Thank you
I would like to read a file from the File System and save it into a SQL
Server field, which is a image type. Somebody told to me that it is possible
to read the file with StreamReader and save all the byte into an array
(byte[]), but I don't know how to code it in C#.
Can anybody help me, please
Thank you