Hi,
I am new to JSP, I have to store images from the clients on to the server, via client input, what will be the best practice to store the images on the server keeping the performance issues in mind as thousands of images will be stored...
1. should i store images on the server filesystem?
or
2. Should i store them in the mysql database on the server?
Your answer will be highly appreciated....
Anosh