Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 23959 invoked by uid 500); 13 Jun 2001 03:09:23 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 23952 invoked from network); 13 Jun 2001 03:09:21 -0000 Received: from unknown (HELO ns2.unicon.net) (4.22.49.75) by h31.sny.collab.net with SMTP; 13 Jun 2001 03:09:21 -0000 Received: from unicon.net (mailduit [10.15.10.15]) by ns2.unicon.net (8.9.0/8.9.0) with ESMTP id UAA22024 for ; Tue, 12 Jun 2001 20:05:06 -0700 (MST) Received: from spartan.unicon.net (mail@[10.15.18.241]) by unicon.net (8.9.0/8.9.0) with ESMTP id UAA09476 for ; Tue, 12 Jun 2001 20:10:27 -0700 (MST) Received: from holdorph by spartan.unicon.net with local (Exim 3.22 #1 (Debian)) id 15A13n-00023r-00 for ; Tue, 12 Jun 2001 20:11:11 -0700 Date: Tue, 12 Jun 2001 20:11:11 -0700 From: "Cris J. Holdorph" To: tomcat-user@jakarta.apache.org Subject: An opensource (apache style license) file upload servlet Message-ID: <20010612201111.A7825@unicon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.17i X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N I've been searching the net, high and low, for implementations of RFC 1867, "Form-based File Upload in HTML" in a Java Servlet. Specifically a servlet that will run in tomcat 3.2.x. The common answer seems to be the O'Reilly classes talked about in Jason Hunter's "Java Servlet Programming" book. However, the license for all of the com.oreilly.servlet.* code available from www.servlets.com, (http://www.servlets.com/cos/license.html) "that every person on the development team for that project owns a copy of the book" for commercial use. My company can not meet that guarantee. So, as far as that goes, I guess the O'Reilly classes are not an option. Is there another option that is more Open Source, apache license style, for doing http file uploads, in Servlets? I can implement my own from the spec, but I sure hate to reinvent the wheel. Especially so much of that Mime stuff. I look forward to any answers this tomcat-user list can provide. ---- Cris J H ps. In case I haven't been clear. It must be *FREE*, with *SOURCE*, for *COMMERCIAL* use. If we have to "pay" for it, I already have those answers.