Hello Franklin

I have used the apache and the oreilly multipart successfully.
(Yes, from oreilly site)

 Look for the packages containing: (i.e., Google: "apache commons" pkg
and also "oreilly cos" pkg)

import org.apache.commons.fileupload.*;
import com.oreilly.servlet.*;

Note also: RFC1867 (html form upload) has detailed specs for
multipart upload

Maurice Yarrow


Franklin Phan wrote:
I have an old servlet that I need to recompile but cannot because it references MultipartRequest class. The servlet imports the following packages:

import java.io.*;
import java.sql.*;
import java.util.*;
import javax.servlet.*;
import javax.xml.parsers.*;
import org.xml.sax.*;
import org.w3c.dom.*;

I nothing about a MultipartRequest class in anyone of the above. I can venture a guess that it was a class in the javax.servlet package back in the Servlet 2.2 days, but there are no Javadocs for Servlet 2.2 implementation on the Jakarta site for me to confirm my guess.

I don't see links on Jakarta that points to any servlet version implementations. If only I can download a JAR file, I'd be able to recompile.

Can someone give me a hint here?

Thanks.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to