I want to store images into MySQL databases using a Java applet or at run time user will load the images.
How can I do this?
Please help me out. Is it required to have any special Java-based MySQL or will MySQL simplyl do this thing of loading BLOB image content? If possible, give me code example and mention how I should load MySQL onto my computer for this purpose.
After doing this I want to display that images from mysql onto webpage.
Is that really possible?
How to do it?