Re: [XHR2] Blobs, names and FormData

On Tue, 23 Aug 2011 10:18:19 +0200, Jonas Sicking <jonas@sicking.cc> wrote:
> Yes. Where if the filename is excluded is left out it uses the
> File.name of the Blob (if the Blob is also a File), or "blob" (if the
> Blob is not a File).
>
> That leaves the question what to do if the filename is specified but
> is the empty string. I would argue that we should honor the call and
> use the empty string as name when submitting.

Agreed:

http://dev.w3.org/2006/webapi/XMLHttpRequest-2/#dom-formdata-append


-- 
Anne van Kesteren
http://annevankesteren.nl/

Received on Tuesday, 23 August 2011 10:09:32 UTC