I believe you implement the doPut method in the
servlet.
(*Chris*)
----- Original Message -----From: Marcello SoffrittiTo: Chris PrattSent: Friday, March 12, 1999 1:53 AMSubject: R: Re: File upload memory bugHow can I use method=put with an HTML servlet? Have I instal a new option in IIS4.0 to do this or it's also PUT-ready?-----Messaggio originale-----
Da: Chris Pratt <[EMAIL PROTECTED]>
A: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Data: gioved� 11 marzo 1999 18.29
Oggetto: Re: File upload memory bugI think you want METHOD="PUT" to upload a file.(*Chris*)----- Original Message -----From: Marcello SoffrittiSent: Thursday, March 11, 1999 4:15 AMSubject: File upload memory bugI 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:...<FORM ACTION="/servlets/UploadServlet" METHOD="post" ENCTYPE="multipart/formdata"><INPUT TYPE="file"></FORM>...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 Technology the bug was resolved (a new asp.dll from ftp.microsoft.com) but for Java Servlet Technology??
