- From: Anne van Kesteren <annevk@opera.com>
- Date: Tue, 27 Feb 2007 10:50:25 +0100
- To: "Arun Ranganathan" <arunranga@aol.com>, public-webapi@w3.org, segalerez@gmail.com
- Cc: arun@arunranga.com
On Mon, 26 Feb 2007 23:58:16 +0100, Arun Ranganathan <arunranga@aol.com> wrote: > Sounds like what you want is a hook to determine what to do with files > chosen by <input type = "file" /> The existing work provides a > framework for a bit more than that. There's some discussion about this API here: https://bugzilla.mozilla.org/show_bug.cgi?id=371432 The summary would be that the new event is dropped. HTMLInputElement would get a new member called fileList which either returns null or FileList depending on whether files have been selected or not. Changes to HTMLInputElement would be signaled through the 'change' event and possibly the 'input' event. (Which already dispatch on it.) -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>
Received on Tuesday, 27 February 2007 09:50:51 UTC