Oh, i'm using the SmartUpload API.



If you don't actually, I think you have to use the fileUpload API.

Because, java doesn't upload automaticaly the file with the "<file>" HTML tag.

So, if you don't use any API to upload your file, then you MUST... ;-)

And yes, you will have to setup the form encoding type to multipart...

You can find all these informations on the fileUpload project:
http://jakarta.apache.org/commons/fileupload/




"Sharma, Siddharth" <[EMAIL PROTECTED] om> A POI Users List <[EMAIL PROTECTED]> 05/08/2004 16:06 cc Objet Veuillez r�pondre � RE: Proxy Error while reading an excel file "POI Users List" <[EMAIL PROTECTED] g>





"I upload the file by a jsp, put it in the server, then I read it all and then I close it ." When do you get the error message? While uploading? Or after uploading, while reading?

Have you setup the form encoding type to multipart or similar?
Or
Are you using the common file upload project code?

-----Original Message-----
From: L�via Silva Santos [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 05, 2004 9:56 AM
To: POI Users List
Subject: Proxy Error while reading an excel file

Hi everybody!

I have 2 functions in my java web application: the first one generate an
excel file and the another read this file wich is completed by the user
of this application.
The problem is that when I read this excel file back, some mistakes
happen. the main problem is the message:


Proxy Error

The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request /POST
<http://www.softcomex.com.br/tecnagro/rastreabilidade/entrar_excel_efetua_op
eracao.jsp>/


Reason: *Error reading from remote server*

------------------------------------------------------------------------
Apache/2.0.43 Server at www.softcomex.com.br Port 80

And I don't know what to do!
I upload the file by a jsp, put it in the server, then I read it all and
then I close it . After that, I delete this uploaded file.

Can anyone help me?

Thanks.

L�via

---------------------------------------------------------------------
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]






--
L�via Silva Santos
Equipe Web
Softway - Solu��es em Banco de Dados para Com�rcio Exterior
Fone: (019) 3739-9326
Celular: (019) 9113-0177
e-mail: [EMAIL PROTECTED]
website: www.sfw.com.br


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



Reply via email to