Hi,
I want to save a document on my local machine and then upload it to my Apache Tomcat file directory. I want to store the name and path in a mysql database and archive all the uploaded files.
I was wondering how best to tackle this problem using servlets? I know in ASP that the application of ABCUpload will handle the upload to the web server but I'm not quite so sure how it will work with servlets? OReilly have a multipart package...is this the easiest way? Any advice is greatly appreciated!
I want to save a document on my local machine and then upload it to my Apache Tomcat file directory. I want to store the name and path in a mysql database and archive all the uploaded files.
I was wondering how best to tackle this problem using servlets? I know in ASP that the application of ABCUpload will handle the upload to the web server but I'm not quite so sure how it will work with servlets? OReilly have a multipart package...is this the easiest way? Any advice is greatly appreciated!