Re: [whatwg] createObjectURL(stream) protocol issue

2011-08-11 Thread Arun Ranganathan
On 8/11/11 5:13 AM, Tommy Widenflycht (ᛏᚮᛘᛘᚤ) wrote: Would it be possible to give the associated URL for a mediastream to have its own protocol, for example mediastream:, instead of the proposed blob:? window . URL . createObjectURL(stream) Mints a Blob URL to refer to the given MediaStream. T

Re: [whatwg] File API Streaming Blobs

2011-06-22 Thread Arun Ranganathan
Greetings Adam, Ian, I wish I knew that earlier when I originally posted the idea, there was lots of discussion and good ideas but then it suddenly dropped of the face of the earth. Essentially I am fowarding this suggestion to public-weba...@w3.org on the basis as apparently most discussion of

Re: [whatwg] idea about html code security anti xss

2010-06-15 Thread Arun Ranganathan
On 6/15/10 6:19 PM, gabme...@westweb.at wrote: Hello, I had just this idea after reading so much about xss and code injection. I think there is a simple solution: 1.) I now invent an attribute called strlen="" I append this to ahtmlcode with strlen of 94843 bytes including whitespace The br

Re: [whatwg] New File attributes creationDate, modificationDate and size

2010-05-18 Thread Arun Ranganathan
On 5/18/10 2:45 PM, Eric Uhrhane wrote: On Fri, May 14, 2010 at 5:05 PM, Arun Ranganathan wrote: On 5/12/10 4:25 AM, Ashley Sheridan wrote: On Wed, 2010-05-12 at 00:05 -0400, Biju wrote: It would be good if we can also get the same at server side when user upload a file

Re: [whatwg] New File attributes creationDate, modificationDate and size

2010-05-14 Thread Arun Ranganathan
On 5/12/10 4:25 AM, Ashley Sheridan wrote: On Wed, 2010-05-12 at 00:05 -0400, Biju wrote: It would be good if we can also get the same at server side when user upload a file using form with file controls ie, like the suggestion at https://bugzilla.mozilla.org/show_bug.cgi?id=549253 (it work