Re: [webkit-dev] Directory upload experimental feature

2010-06-21 Thread John Gregg
will zip a folder and send it as a single file for you if >> you attach a folder to a file upload element instead of an individual file. >> >> Dave >> >> >> -- >> *From:* John Gregg >> *To:* Sam Weinig >> *Cc:* we

Re: [webkit-dev] Directory upload experimental feature

2010-06-03 Thread David Kilzer
h a folder to a file upload element instead of an individual file. > > >Dave > > > > > From: John Gregg >To: Sam Weinig >Cc: webkit-dev@lists.webkit.org >Sent: Tue, June 1, 2010 3:09:00 PM >Subject: Re: [webkit-dev] Directory upload

Re: [webkit-dev] Directory upload experimental feature

2010-06-02 Thread Sam Weinig
t instead of an individual file. > > Dave > > > -- > *From:* John Gregg > *To:* Sam Weinig > *Cc:* webkit-dev@lists.webkit.org > *Sent:* Tue, June 1, 2010 3:09:00 PM > *Subject:* Re: [webkit-dev] Directory upload experimental feature > >

Re: [webkit-dev] Directory upload experimental feature

2010-06-02 Thread イアンフェッティ
rom:* John Gregg > *To:* Sam Weinig > *Cc:* webkit-dev@lists.webkit.org > *Sent:* Tue, June 1, 2010 3:09:00 PM > *Subject:* Re: [webkit-dev] Directory upload experimental feature > > My proposal for that is that all the files would be listed in the form > submission the same wa

Re: [webkit-dev] Directory upload experimental feature

2010-06-02 Thread David Kilzer
Tue, June 1, 2010 3:09:00 PM Subject: Re: [webkit-dev] Directory upload experimental feature My proposal for that is that all the files would be listed in the form submission the same way as if it were a , but in the Content-Disposition header, the filename component would contain the path informat

Re: [webkit-dev] Directory upload experimental feature

2010-06-01 Thread John Gregg
My proposal for that is that all the files would be listed in the form submission the same way as if it were a , but in the Content-Disposition header, the filename component would contain the path information. One alternative idea would be add a "path" component to the Content-Disposition header

Re: [webkit-dev] Directory upload experimental feature

2010-05-29 Thread Sam Weinig
How will the directory structure and all the files therein be represented in the form submission? -Sam On Fri, May 28, 2010 at 3:17 PM, John Gregg wrote: > Hi WebKit, > > I recently proposed adding directory upload support to HTML via a new > attribute to whatwg@, and the discussion arrived at

[webkit-dev] Directory upload experimental feature

2010-05-28 Thread John Gregg
Hi WebKit, I recently proposed adding directory upload support to HTML via a new attribute to whatwg@, and the discussion arrived at "try it out". Having written some code I think I have something that works pretty well, and I'd like to land it on an experimental basis in WebKit, but want to rea