how to upload image to the database?
-
hi guys,please help me on how to upload an image to the database? thanks..more power..
-
hi guys,please help me on how to upload an image to the database? thanks..more power..
Which type of database? Have you tried searching google for such a vague topic? I suggest you search google
I get all the news I need from the weather report - Paul Simon (from "The Only Living Boy in New York")
-
hi guys,please help me on how to upload an image to the database? thanks..more power..
Use some form of binary datatype in the database. Insert it from a byte array. Without knowing more about the basics such as which database and whether it's an ASP.NET or WinForms project then I can't really offer you any more advice than that.
Deja View - the feeling that you've seen this post before.
-
hi guys,please help me on how to upload an image to the database? thanks..more power..
Do you know something about BLOB? Check, it may help you.