Hi, can any one please let me know how to upload a image on to the server and store the same in a database. rgds Kiran
mustang india
Ranch Hand
Joined: Feb 05, 2002
Posts: 60
posted
0
U have to use "blob" (binary large object). This is supported from Oracle 8 onwards. U can get more info and some examples on this in Sun's JDBC tutorial.