gwtapi (createfile, redfilecontent, createpdf) etc

2011-04-13 Thread Diego Lovison
hello, each browser have your api for create and read files or to access data on disk storage So I would like to create an api to make this... http://code.google.com/p/gwtapi/ Will have an interface that will be create by deffered binding, and an implementation for each browser... for example Rea

Re: gwtapi (createfile, redfilecontent, createpdf) etc

2011-04-13 Thread Ben Imp
As far as I am aware, the browser wont let you read/write local files like that. -Ben On Apr 13, 9:53 am, Diego Lovison wrote: > hello, > each browser have your api for create and read files or to access data > on disk storage > So I would like to create an api to make > this...http://code.goog

Re: gwtapi (createfile, redfilecontent, createpdf) etc

2011-04-13 Thread nino ekambi
To do that there s no way around a pluging(Flash , silverlight) for now. 2011/4/13 Ben Imp > As far as I am aware, the browser wont let you read/write local files > like that. > > -Ben > > On Apr 13, 9:53 am, Diego Lovison wrote: > > hello, > > each browser have your api for create and read fi

Re: gwtapi (createfile, redfilecontent, createpdf) etc

2011-04-13 Thread Thomas Broyer
That's not quite true actually: http://www.html5rocks.com/features/file See https://developer.mozilla.org/en/using_files_from_web_applications for some sample code. It's far from the level of support of Flash though... -- You received this message because you are subscribed to the Google Groups

Re: gwtapi (createfile, redfilecontent, createpdf) etc

2011-04-13 Thread Diego Lovison
Yes Chrome have the api too... I dont know about safari, ie and opera On 13 abr, 13:08, Thomas Broyer wrote: > That's not quite true actually:http://www.html5rocks.com/features/file > Seehttps://developer.mozilla.org/en/using_files_from_web_applicationsfor > some sample code. > > It's far fro

Re: gwtapi (createfile, redfilecontent, createpdf) etc

2011-04-13 Thread nino ekambi
Hi Thomas. I m aware of the File API in HTML5. But as you can see the API is supported in different level by the broswer providers. IE does not support it at all. So the only cross browser solution will be a plug in 2011/4/13 Diego Lovison > Yes > Chrome have the api too... > I dont

Re: gwtapi (createfile, redfilecontent, createpdf) etc

2011-04-14 Thread Thomas Broyer
On Wednesday, April 13, 2011 8:56:15 PM UTC+2, nino ekambi wrote: > > Hi Thomas. > I m aware of the File API in HTML5. But as you can see the API is > supported in different level by the broswer providers. IE does not support > it at all. So the only cross browser solution will be a pl

Re: gwtapi (createfile, redfilecontent, createpdf) etc

2011-04-14 Thread nino ekambi
I Agree :) Even dough that File API still have a long way to go to reach the level the plug in hav. I m still waiting for a decent HTML5 library to read and write Excel and PDF files on the client. 2011/4/14 Thomas Broyer > > > On Wednesday, April 13, 2011 8:56:15 PM UTC+2, nino ekambi wrot