multi-part request fails when files are too big

2001-07-12 Thread smeric
hello, I'm trying to upload files from a html with enctype="multipart/form-data". Even though I just don't treat the request and only send back an "ok" message to the client, if the file selected is too big (about 30ko !) the client will not be able to find out the page at all. What is very

RE: Code question?

2001-07-12 Thread smeric
Title: RE: Code question? try this to find out the property to read from System.getProperties() then System.getProperty(the.property.found) Hope this could help -Original Message- From: Robert Upshall [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 1:45 PM To: [EMAIL

multipart/form-data

2001-07-12 Thread smeric
Title: multipart/form-data Hello, I still have the following problem : I post some data to a servlet with enctype=multipart/form-data What ever file I pass to the input type=file ... the doPost() of the servlet will proced but when the file is bigger than a very small amout of space (about

RE: multipart/form-data

2001-07-12 Thread smeric
Title: multipart/form-data hello, Back again with some good news to those who want's to know : I've fixed it ! And the worst about it is that it is no obvious but so simple : just treate and read the stream ! As soon as I read down the stream entrance, no bug appeared anymore. I think it

RE: multipart/form-data

2001-07-12 Thread smeric
Title: multipart/form-data hello Jose, I was not using any at the time and I did some personal component to read the stream since. thanks for helping. I ran it out by now. -Original Message-From: Jose Euclides da Silva Junior - DIGR.O [mailto:[EMAIL PROTECTED]]Sent: