Replying to everyone, not just Julian... The idea was to write a full-fledged, rich, native WebDAV client (not supporting DeltaV--at least at first). If XmlHttpRequest doesn't support binary content, raw sockets could be used in that case (this is what FireFTP uses).
Most of it could probably be written in pure HTML, JS, and CSS if it weren't for XmlHttpRequest lack of binary support. Julian, are you sure about that? Can't use Base64 encoding and instruct the WebDAV server to decode? webdavclient.mozdev.org seems to have done a decent job so far. I haven't installed it yet, but just looked at the screenshots. Is it under active development? Julian, the link to ftp://ftp.isi.edu/internet-drafts/draft-reschke-webdav-mount-03.txt doesn't seem to work. Can you send again? --- Julian Reschke <[EMAIL PROTECTED]> wrote: > David Boswell wrote: > > Eric, > > > > I scanned through the project listings and saw these two that might > be > > a useful starting point for you. > > > > http://webdavclient.mozdev.org/ > > http://openwebfolder.mozdev.org/ > > OK, > > I should have mentioned the 2nd one because I wrote it. > > This is basically an approach to mimic a CSS "behavior" in IE (see > <http://msdn.microsoft.com/workshop/author/behaviors/reference/behaviors/anchor.asp>), > > which allows invoking the system WebDAV client from a Web page. An > IMHO > superior (and platform-indenpendant) approach is documented in > <ftp://ftp.isi.edu/internet-drafts/draft-reschke-webdav-mount-03.txt>. > > Best regards, Julian > > > > > _______________________________________________ > Project_owners mailing list > [email protected] > http://mozdev.org/mailman/listinfo/project_owners > __________________________________________ Yahoo! DSL Something to write home about. Just $16.99/mo. or less. dsl.yahoo.com _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
