Re: [Tools-discuss] Uploading a Markdown agenda

Carsten Bormann <cabo@tzi.org> Wed, 18 March 2020 11:55 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id CA5893A1459 for <tools-discuss@ietfa.amsl.com>; Wed, 18 Mar 2020 04:55:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 81MWHxDNULsj for <tools-discuss@ietfa.amsl.com>; Wed, 18 Mar 2020 04:55:23 -0700 (PDT)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 369453A1457 for <tools-discuss@ietf.org>; Wed, 18 Mar 2020 04:55:23 -0700 (PDT)
Received: from [192.168.217.147] (p548DCD70.dip0.t-ipconnect.de [84.141.205.112]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 48j7lF33cwzyQH; Wed, 18 Mar 2020 12:55:21 +0100 (CET)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.60.0.2.5\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <18c1a03c-a12f-6494-f7ff-2a5b92398f36@gmx.de>
Date: Wed, 18 Mar 2020 12:55:20 +0100
Cc: Yaron Sheffer <yaronf.ietf@gmail.com>, "tools-discuss@ietf.org" <tools-discuss@ietf.org>
X-Mao-Original-Outgoing-Id: 606225320.810019-cfa9e7b6582c5efb837ed2b7b6073c47
Content-Transfer-Encoding: quoted-printable
Message-Id: <CEBBB220-7F57-465B-AD67-A1415B1DB17B@tzi.org>
References: <9067761F-789D-4D6F-A968-5A07359C8292@bangj.com> <8A548E37-71C9-447D-A6FC-DB1F83A0CE38@tzi.org> <B76C4D86-23B4-4CD4-BF56-1EE81249BA9A@bangj.com> <D3401617-362D-4B29-B29C-3B70AA7D3F2B@gmail.com> <4897c074-a29b-4865-fb04-7984bdbe35e7@gmx.de> <158FDE6F-EE2D-494B-BA11-95E4BA84CFAA@gmail.com> <18c1a03c-a12f-6494-f7ff-2a5b92398f36@gmx.de>
To: Julian Reschke <julian.reschke@gmx.de>
X-Mailer: Apple Mail (2.3608.60.0.2.5)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/5sN48z4BpOw0xRGHQuIEZZWi5i8>
Subject: Re: [Tools-discuss] Uploading a Markdown agenda
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 18 Mar 2020 11:55:26 -0000

Many of us won’t have that problem because we associated .md to a markdown application at the “Finder” level.

Grüße, Carsten


> On 2020-03-18, at 12:54, Julian Reschke <julian.reschke@gmx.de> wrote:
> 
> On 18.03.2020 12:51, Yaron Sheffer wrote:
>> It's a multipart form. First part is a CSRF token. Second part says:
>> 
>> Content-Disposition: form-data; name="file"; filename="TxAuth agenda.md"
>> Content-Type: application/octet-stream
>> 
>> Thanks,
>> 	Yaron
> 
> So the browser (or the OS) does not know the file type, thus sends
> "application/octet-stream". (which, IMHO, is the wrong choice)
> 
> Did you try with a different browser yet?
> 
> Best regards, Julian