From owner-freebsd-gnome@FreeBSD.ORG Tue Jul 8 15:37:59 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F9EC37B401; Tue, 8 Jul 2003 15:37:59 -0700 (PDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8468A43F93; Tue, 8 Jul 2003 15:37:57 -0700 (PDT) (envelope-from gsam@trini0.org) Received: from hivemind.trini0.org (trini0.org[68.36.46.19]) by comcast.net (sccrmhc13) with ESMTP id <200307082237560160026ba6e>; Tue, 8 Jul 2003 22:37:56 +0000 Received: from trini0.org (gladiator.trini0.org [192.168.0.3]) by hivemind.trini0.org (Postfix) with ESMTP id 5CEE54F9; Tue, 8 Jul 2003 18:37:56 -0400 (EDT) Message-ID: <3F0B47C4.3010102@trini0.org> Date: Tue, 08 Jul 2003 18:37:56 -0400 From: Gerard Samuel User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030701 X-Accept-Language: en, nl, th, en-us, ar MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: gnome@FreeBSD.org cc: des@FreeBSD.org Subject: Mozilla 1.4/Opera 6.12 & Mime Types X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2003 22:37:59 -0000 In particular, application/octet-stream and application/x-shockwave-flash. I have a php script that uploads files, checking for allowed filetypes by its mime type. It was put into action some months ago, and today, I notice its not allowing flash files. The script is looking for application/x-shockwave-flash mime types, and Mozilla/Opera is reporting application/octet-stream. Konq 3/IE 6/Mozilla 1.4 (windows)/Opera 7 (windows) is reporting the correct application/x-shockwave-flash (according to info, I found around the net) Im wondering if there are any known problems with the FreeBSD builds of mozilla and Opera with respect to reporting a file's mime type? Any pointers/tips would be welcome. Thanks...