Re: HTML DOM

On Feb 13, 2007, at 11:15, Erez Segal wrote:
> ---------- Forwarded message ----------
> On Sun, 2007-02-11 at 18:51 +0200, Erez Segal wrote:
> > Hello!
> > I was trying to build a file uploader using Javascript, when I
> > understood I can not have access to client files due to security
> > reasons.
> > I suggest an exception: an access shall be given to a file chosen
> > using <input type="file" />. if the user has chosen it, than read
> > access should be given to that file, so my javascript could decide
> > wether it should be uploaded, or (for example) split to many pieces,
> > then uploaded.

The Web API WG has done some work on the topic:

   http://dev.w3.org/cvsweb/~checkout~/2006/webapi/FileUpload/publish/ 
FileUpload.html?rev=1.11&content-type=text/html;%20charset=utf-8

Your input is welcome,

-- 
Robin Berjon - http://berjon.com/
------------------------------------------------------------------------
Brain damage is all in your head.

Received on Thursday, 15 February 2007 14:48:57 UTC