-----Original Message-----
    From: Elihu Smails 




    I am trying to use the commons-fileupload classes and 
    cannot figure out how to keep my uploads from getting 
    stored in memory.  I am using the following methods:
    
    DefaultFileItemFactory fileItemFactory = new 
    DefaultFileItemFactory( 10, new File("/tmp") ); 
    DiskFileUpload upload = new DiskFileUpload( fileItemFactory );
    
    When I run tomcat using JDK 1.5's jconsole program and 
    upload a file, my memory usage jumps to about 10x the size 
    of the attachment.
    
    Has anyone else used the library successfully?  

Yes, very little problem once I got the hang of it.

regards DaveP

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

Reply via email to