Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 82881 invoked from network); 9 Dec 2005 08:06:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Dec 2005 08:06:26 -0000 Received: (qmail 67119 invoked by uid 500); 9 Dec 2005 08:06:17 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 67101 invoked by uid 500); 9 Dec 2005 08:06:17 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 67090 invoked by uid 99); 9 Dec 2005 08:06:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Dec 2005 00:06:17 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [216.12.212.200] (HELO s5.eroute.net) (216.12.212.200) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Dec 2005 00:06:16 -0800 X-ClientAddr: 85.224.252.73 Received: from [127.0.0.1] (c-49fce055.94-1-64736c11.cust.bredbandsbolaget.se [85.224.252.73]) (authenticated bits=0) by s5.eroute.net (8.12.11/8.12.11) with ESMTP id jB974ONe025982 for ; Fri, 9 Dec 2005 20:04:32 +1300 Message-ID: <43993AFB.9040002@swatdesign.com> Date: Fri, 09 Dec 2005 09:06:19 +0100 From: =?ISO-8859-1?Q?Jonas_H=F6glund?= User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: users@cocoon.apache.org Subject: [SOLVED] Re: Incomplete image upload References: <439896C8.1040204@swatdesign.com> In-Reply-To: <439896C8.1040204@swatdesign.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-s4-MailScanner-Information: Please contact the ISP for more information X-s4-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-MailScanner-From: jonas@swatdesign.com X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N So, it did turn out to be as simple as me having to change the blob field in the mysql database to mediumblob. I guess I shold have remered, but...oh well. After changing it to mediumblob, everything works like a charm! /jonas Jonas H�glund wrote: > Hi, > > I'm using the modular database action to save uploaded images into a > blob column in a mysql database. Everything works, except that only > 1/5 (65535 bytes per image to be exact) of the uploaded image is being > transfered. Since the actual bytes being transfered is the excact same > independed of the original file size, my guess is there must be > related to some setting, either in coccon, tomcat or mysql. > > I have tried to change the value for the upload-max-size property in > the web.xml file, but it doesn't do anything. > > Any ideas? > > Best, > Jonas Hoglund > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org > For additional commands, e-mail: users-help@cocoon.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org