Re: File upload memory bug

1999-03-12 Thread Chris Pratt
I believe you implement the doPut method in the servlet.     (*Chris*) - Original Message - From: Marcello Soffritti To: Chris Pratt Sent: Friday, March 12, 1999 1:53 AM Subject: R: Re: File upload memory bug How can I use method=put with an HTML servlet? Have I

Re: File upload memory bug

1999-03-11 Thread Chris Pratt
I think you want METHOD="PUT" to upload a file.     (*Chris*) - Original Message - From: Marcello Soffritti To: [EMAIL PROTECTED] Sent: Thursday, March 11, 1999 4:15 AM Subject: File upload memory bug I have a problem with IIS 4.0 and JRUN Servlet Engine

Re: File upload memory bug

1999-03-11 Thread Giscard Girard
You need to set up IIS with a longer timeout. I ran into this and I don't think it had anything to do with the server component since the file must be uploaded to the server before the component gets to read it. Get Your Private, Free Email at http://www.hotmail.com _

File upload memory bug

1999-03-11 Thread Marcello Soffritti
I have a problem with IIS 4.0 and JRUN Servlet Engine: when I upload from a web browser to IIS a file with size > 5 Mb using this HTML code: ... ... the Web server goes down. After monitoring the working set of IIS task I've noted a problem with the servlet release of memory. With MS ASP