Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@locus.apache.org Received: (qmail 13091 invoked from network); 15 Feb 2008 19:04:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Feb 2008 19:04:24 -0000 Received: (qmail 72682 invoked by uid 500); 15 Feb 2008 19:04:17 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 72661 invoked by uid 500); 15 Feb 2008 19:04:17 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 72652 invoked by uid 99); 15 Feb 2008 19:04:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Feb 2008 11:04:17 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of moacir.schmidt@gmail.com designates 64.233.184.239 as permitted sender) Received: from [64.233.184.239] (HELO wr-out-0506.google.com) (64.233.184.239) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Feb 2008 19:03:44 +0000 Received: by wr-out-0506.google.com with SMTP id c55so1168189wra.0 for ; Fri, 15 Feb 2008 11:03:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=5rUiVPV/NQCMfcSSeLwBj0K1/RZGYV/T0gzs54dRYAI=; b=HTMkW/lsWbQ9u1rzT/qfly14Y0y2qb/1hufpFMY0qF7U2QNEAK/B1wzoCO9UG3SM7sPfv8yf2G2lVJJDtliM8fgCmByy5tAse0InjBDvuYRk72Sg0srAbQ8QxotDf/qg3iIxoWCG3xeXCaybh8seEZtZ0Xdmd1MTbN9oPlZnqYI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=nqB0akMDMu6sLVMY4LW6D4uxHxkRq0V7Dz6L1cKYLPxrVquPjnxu44hiaNqkqOAX2idOYV537oCDM1gZOwh1OhrKYtZTvJjbWhd8odehm9d4HAjrPD75IAT7iztYYuMcnWHTKjhjSgzue9aRu2K4PuRKol+rhABGd0E2JoH437o= Received: by 10.142.11.2 with SMTP id 2mr2547990wfk.233.1203102230769; Fri, 15 Feb 2008 11:03:50 -0800 (PST) Received: by 10.142.109.4 with HTTP; Fri, 15 Feb 2008 11:03:50 -0800 (PST) Message-ID: <63b881f40802151103u67fec737ja948107e080c569a@mail.gmail.com> Date: Fri, 15 Feb 2008 16:03:50 -0300 From: "Moacir Schmidt" To: modules-dev@httpd.apache.org Subject: Module example to submit a muitipart/form-data MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_5662_3693547.1203102230747" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_5662_3693547.1203102230747 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, everybody! Does anyone have an example of module to handle a mutipart/form-data submission that works with apache 2.2? I found some (like mod_upload at http://apache.webthing.com/mod_upload/) but all of them hangs when submitting a file larger than 22k on my tests (this problem has its own thread at http://mail-archives.apache.org/mod_mbox/httpd-modules-dev/200802.mbox/%3c003001c86feb$24b2bb70$6501a8c0@T60%3e ) Thanks in advance! ------=_Part_5662_3693547.1203102230747--