views:

114

answers:

2

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)?

+2  A: 
T.J. Crowder
+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