I'm using Owncloud server 8, and it comes with webdav installed, i'm developping a web application with JavaScript/HTML5 and i want to access authentified user's files with webdav which i already can do with an Ajax request.
what i want to do is to add a file to my remote Owncloud server with webdav programatically using JavaScript, is that doable ?