B bellil Member Joined Sep 19, 2011 Messages 10 Programming Experience 1-3 Sep 25, 2011 #1 Hi Everybody! How to upload a image or pdf file in mysql table blob column with VB.NET "form or console". BR,
Hi Everybody! How to upload a image or pdf file in mysql table blob column with VB.NET "form or console". BR,
jmcilhinney VB.NET Forum Moderator Staff member Joined Aug 17, 2004 Messages 15,167 Location Sydney, Australia Programming Experience 10+ Sep 25, 2011 #2 IO.File.ReadAllBytes will read a file into a Byte array, which you can then save to the database just like any other value. Upvote 0 Downvote
IO.File.ReadAllBytes will read a file into a Byte array, which you can then save to the database just like any other value.
B bellil Member Joined Sep 19, 2011 Messages 10 Programming Experience 1-3 Sep 27, 2011 #3 jmcilhinney said: IO.File.ReadAllBytes will read a file into a Byte array, which you can then save to the database just like any other value. Click to expand... thank you, under processing ..... BR, Upvote 0 Downvote
jmcilhinney said: IO.File.ReadAllBytes will read a file into a Byte array, which you can then save to the database just like any other value. Click to expand... thank you, under processing ..... BR,