upload files
How can I upload any kind of file from a jsp in order to store in the server side database?Thanks
You should take a look at the com.oreilly.servlet package http://www.servlets.com/cos/index.htmlI've just started playing around with it, and so far I haven't had any real problesms with it. It works very well for uploading files.