Re: gwtapi (createfile, redfilecontent, createpdf) etc
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 <diegolovi...@gmail.com> 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.google.com/p/gwtapi/
>
> Will have an interface that will be create by deffered binding, and an
> implementation for each browser...
>
> for example
> ReadFile read = GWT.create(ReadFile.class);
> String[] lines = read.thisFile("....");
>
> make sense create this api?
>
> thanks
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home