| Author |
How Upload Image to DataBase
|
Mohammad Ali
Greenhorn
Joined: Jan 03, 2006
Posts: 11
|
|
Please guide me how to upload image in a table in a database. please give me code how to upload an image file in a table in a Mysql database.
|
 |
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35230
|
posted

0
|
|
Where is the image coming from? You need to convert it into a byte[] array, which you then store in a BLOB field.
|
Android apps – ImageJ plugins – Java web charts
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56168
|
|
"Mohammad Ali", You have already been asked on a previous occasion to adjust your display name to match the JavaRanch Naming Policy. Please adjust your display name to match it. In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious. bear JavaRanch Sheriff [ February 12, 2006: Message edited by: Bear Bibeault ]
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
payal agrawal
Ranch Hand
Joined: Oct 11, 2005
Posts: 44
|
|
Look at the URL below: How to store/retrieve image to/from SQLServer http://www.java-tips.org/content/view/203/29/
|
 |
 |
|
|
subject: How Upload Image to DataBase
|
|
|