> I try to use this package
> http://www.servlets.com/resources/com.oreilly.servlet/Multi
>
> , but thare is a error ocurr when a try to upload a
> file  whit extension '.bmp' or '.pdf',
>
> Do you have any idea to solve this?

Why does no one ever include an error message?  Do people think we can
read their computer's minds?

Luckily I've been around long enough to strongly suspect this is that
famous ArrayIndexOOBE bug in JSDK 2.0.  BMP and PDF files are notorious
for having long lines.  You can upgrade to a more modern servlet engine,
or read the FAQ at http://www.faqtory.com/servlets/main.jsp.

-jh-

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to