Hi Craiq,
what do you about using java mail api to upload a multipart-form/data into a
JSP or servlet?
Thanks Craiq 

José Euclides Júnior
__________________________________
E-mail: [EMAIL PROTECTED]
            [EMAIL PROTECTED] 
            [EMAIL PROTECTED]
http://euclides.8m.com


> -----Mensagem original-----
> De:           Craig R. McClanahan [SMTP:[EMAIL PROTECTED]]
> Enviada em:           Segunda-feira, 27 de Novembro de 2000 21:22
> Para:         [EMAIL PROTECTED]
> Assunto:              Re: importing javax.mail.* from within JSP servlets
> 
> Giorgio Brajnik wrote:
> 
> > Hi.
> >
> > I'm trying to write a jsp that imports javax.mail.* but jasper complains
> > with
> > "Package javax.mail not found in import.
> > import javax.mail.*;"
> >
> > I tried to put the i2ee.jar file almost everywhere, including
> >
> 
> What is the "i2ee.jar" file, and what does it contain?  (You can find out,
> if
> you're curious, by typing the following command):
> 
>     jar tvf i2ee.jar
> 
> You need the "mail.jar" file from the JavaMail release, and the
> "activation.jar"
> from the Java Activation Framework release, on your classpath.  You can
> get
> these releases from <http://java.sun.com/products/javamail>.
> 
> Craig McClanahan
> 

Reply via email to