Re: FormData with sliced Blob

Unless we want to treat the blob same as string, we might have to provider
some sort of filename. Since without it, the server side might have problem
to save it temporarily.


On Tue, Mar 23, 2010 at 1:06 AM, Anne van Kesteren <annevk@opera.com> wrote:

> On Tue, 23 Mar 2010 02:24:52 +0100, Dmitry Titov <dimich@google.com>
> wrote:
>
>> Seriously though, it would be nice to have XHR2 spec to have these details
>> spelled out, especially mime type (I think David meant
>> application/octet-stream)
>>
>
> We previously discussed this and then we decided that for Blob Content-Type
> simply would not be present. I don't see why that would be different for
> multipart/form-data. Not really sure what to do about filename.
>
>
> --
> Anne van Kesteren
> http://annevankesteren.nl/
>
>

Received on Tuesday, 23 March 2010 17:01:10 UTC