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

2010-05-18 Thread Eric Uhrhane
On Fri, May 14, 2010 at 5:05 PM, Arun Ranganathan a...@mozilla.com 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 using form with file controls ie, like

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 Ranganathana...@mozilla.com 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

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

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

2010-05-12 Thread Ashley Sheridan
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 works even with javascript disabled) Also

[whatwg] New File attributes creationDate, modificationDate and size

2010-05-11 Thread J Ross Nicoll
Looking at http://www.w3.org/TR/2009/WD-FileAPI-20091117/#dfn-file There doesn't appear to be anyway of retrieving creation date, modification date or size of the file. Could I suggest adding attributes creationDate, modificationDate and size to provide this information? For a use case;

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

2010-05-11 Thread Perry Smith
On May 11, 2010, at 3:43 AM, J Ross Nicoll wrote: Looking at http://www.w3.org/TR/2009/WD-FileAPI-20091117/#dfn-file There doesn't appear to be anyway of retrieving creation date, modification date or size of the file. Could I suggest adding attributes creationDate, modificationDate and

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

2010-05-11 Thread Olli Pettay
On 5/11/10 11:43 AM, J Ross Nicoll wrote: Looking at http://www.w3.org/TR/2009/WD-FileAPI-20091117/#dfn-file Note, discussion about FileAPI should happen in WebApps WG mailing list. There doesn't appear to be anyway of retrieving creation date, modification date or size of the file. You

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

2010-05-11 Thread John Tamplin
On Tue, May 11, 2010 at 4:43 AM, J Ross Nicoll j...@jrn.me.uk wrote: Looking at http://www.w3.org/TR/2009/WD-FileAPI-20091117/#dfn-file There doesn't appear to be anyway of retrieving creation date, modification date or size of the file. Could I suggest adding attributes creationDate,

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

2010-05-11 Thread Jonas Sicking
On Tue, May 11, 2010 at 11:31 AM, Olli Pettay olli.pet...@helsinki.fi wrote: On 5/11/10 11:43 AM, J Ross Nicoll wrote: Looking at http://www.w3.org/TR/2009/WD-FileAPI-20091117/#dfn-file Note, discussion about FileAPI should happen in WebApps WG mailing list. There doesn't appear to be

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

2010-05-11 Thread Biju
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 works even with javascript disabled) Also remember modificationDate can be a time before