Re: How to make use of FileApi in the new Elemental?

2013-02-12 Thread Xi
Hi, Yes, you can use Elemental to access the html5 FileAPI. I'm using it in my personal project. See the file in attachement, a utility class of file api I created in my project. Feel free to use it (*if it works for you* ;)). Hope this is helpful. Le mardi 12 février 2013

Re: How to make use of FileApi in the new Elemental?

2013-02-12 Thread Ümit Seren
Yes it is possible. elemental is a really thin wrapper around the HTML5 FileAPI. So it should be straightforward to implement any HTML5 FIle API tutorial via elemental. It would be easier to know if you describe what you want to do with the File API? On Tuesday, February 12, 2013 10:28:30 AM

How to make use of FileApi in the new Elemental?

2013-02-12 Thread membersound
Hi, can I make use of the new Elemental (https://developers.google.com/web-toolkit/articles/elemental) to have access to the HTML5 FileAPI? Are there any examples yet? Is that yet possible? Thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolki