From owner-freebsd-questions Tue Feb 27 15:32:17 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA21147 for questions-outgoing; Tue, 27 Feb 1996 15:32:17 -0800 (PST) Received: from digital.netvoyage.net (root@digital.netvoyage.net [205.162.154.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA20918 for ; Tue, 27 Feb 1996 15:31:15 -0800 (PST) Received: (from bogawa@localhost) by digital.netvoyage.net (8.6.13/8.6.9) id PAA04673; Tue, 27 Feb 1996 15:30:36 -0800 Date: Tue, 27 Feb 1996 15:30:33 -0800 (PST) From: Bryan Ogawa at Work To: Dale cc: questions@FreeBSD.ORG Subject: Re: Sending an exe or zip via HTML In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG Precedence: bulk On Fri, 24 Mar 1995, Dale wrote: > Hi > > Does anyone know why when I code an HTML A REF to allow a user to > download a file (like an exe or a zip) only the code shows up on the > screen rather than the usual Netscape (Save To DIsk) dialogue box? > > Does this have something to do with the file's mode or ownership? > > How do I code an HTML line to let a user download such a file? This is in your httpd's configuration. Look in your mime.types file, or by editing your srm.conf file and adding appropriate AddType entries for .zip and .exe . see http://www.apache.org/ or http://hoohoo.ncsa.uiuc.edu/ for Apache and NCSA httpds.... after doing this, then: Download file.zip will do it. bryan > > Thanks > > dale > > Bryan K. Ogawa Questions or Problems with NetVoyage? help@netvoyage.net Check out the NetVoyage HelpWeb at..