I believe you implement the doPut method in the servlet.
    (*Chris*)
----- Original Message -----
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 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 bug

I think you want METHOD="PUT" to upload a file.
    (*Chris*)
----- Original Message -----
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:
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??

Reply via email to