Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 93411 invoked from network); 9 Jul 2005 22:01:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Jul 2005 22:01:54 -0000 Received: (qmail 33603 invoked by uid 500); 9 Jul 2005 22:01:48 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 33591 invoked by uid 500); 9 Jul 2005 22:01:47 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 33578 invoked by uid 99); 9 Jul 2005 22:01:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jul 2005 15:01:47 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=HTML_50_60,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [213.228.0.176] (HELO postfix4-2.free.fr) (213.228.0.176) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jul 2005 15:01:44 -0700 Received: from monk (trudaine-3-82-67-204-61.fbx.proxad.net [82.67.204.61]) by postfix4-2.free.fr (Postfix) with SMTP id 2E8583220D2 for ; Sun, 10 Jul 2005 00:01:43 +0200 (CEST) Message-ID: <002f01c584d1$c81f6860$0200a8c0@monk> From: "Maxime" To: Subject: [FileUpload] - Need to restart each time I upload an Image Date: Sun, 10 Jul 2005 00:01:38 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_002C_01C584E2.8B658A10" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_NextPart_000_002C_01C584E2.8B658A10 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I made a form where we can upload an Image on the tomcat Server. But the problem is Tomcat must be restarted in order to take this = changement (the uploaded Image).=20 Is there any way or trick to avoid that ? (or some code for automatic = restart each time I upload an image). I could define the local path ( C:/..... image.jpg ) , but I don't know = why it's doesn't work on FireFox browser (it does work on IE). I am using windows XP SP 2 for testing the code, Tomcat 5.0.28 and Java = 1.5.0.0_4. Thank you very much ! Maxime ------=_NextPart_000_002C_01C584E2.8B658A10--