Re: [whatwg] Proposal to drag virtual file out of browser

2009-08-28 Thread Sebastian Markbåge
For future reference, I posted another suggestion to the public-webapps list. Instead of specifying a download URL, you could specify a URL on a type as the source of the data: dataTransfer.setRemoteData(mimeType, url); That could allow for both file downloads and/or lazy loading of data

Re: [whatwg] Proposal to drag virtual file out of browser

2009-08-27 Thread Ian Hickson
On Mon, 17 Aug 2009, Jian Li wrote: The HTML 5 spec defines the event-based drag-and-drop mechanism that could cross the browser boundary. If a draggable element contains a URL, dragging it out of the browser will only copy the URL value. However, in some scenarios, we really want to

Re: [whatwg] Proposal to drag virtual file out of browser

2009-08-18 Thread Mike Wilson
Wilson _ From: whatwg-boun...@lists.whatwg.org [mailto:whatwg-boun...@lists.whatwg.org] On Behalf Of Jian Li Sent: den 18 augusti 2009 03:03 To: whatwg@lists.whatwg.org Subject: [whatwg] Proposal to drag virtual file out of browser SUMMARY The HTML 5 spec defines the event-based drag

Re: [whatwg] Proposal to drag virtual file out of browser

2009-08-18 Thread Sebastian Markbåge
virtual file out of browser SUMMARY The HTML 5 spec defines the event-based drag-and-drop mechanism that could cross the browser boundary. If a draggable element contains a URL, dragging it out of the browser will only copy the URL value. However, in some scenarios, we really want to download

[whatwg] Proposal to drag virtual file out of browser

2009-08-17 Thread Jian Li
SUMMARY The HTML 5 spec defines the event-based drag-and-drop mechanism that could cross the browser boundary. If a draggable element contains a URL, dragging it out of the browser will only copy the URL value. However, in some scenarios, we really want to download the data file from the