I'm developing an web app with jsp,servlet in server side and javascript in client side. How can a i upload multiple files(images) to the server(and save them to the db)?
+1
A:
As an alternative you can also grab Flash+Ajax to upload multiple files more easily/transparently. The jQuery Uploadify plugin is good with this. I've posted a step-by-step guide how to install and use it in a JSP/Servlet webapplication, check the "update" part of this answer.
BalusC
2010-04-28 15:20:40