On Wed, Jun 15, 2011 at 08:41, s.sanchez <[email protected]> wrote:

> I have data generated in the qooxdoo app that needs to be exported to a
> file,
> on the other hand, there is data on the file system that should be read
> into
> the app. The app (javascript) is located on a web server or user file
> system
> and in both cases communicates with a distant backend web server
> application
> written in java via qx.io.remote.Request, which works pretty fine, by the
> way... the backend do not need any of this data to be stored.
>
> I have solutions for both save and open, but only with round trips to the
> web server which I want to get rid off.
>
> Possible?


It's possible in one direction. You can use qx.bom.FileReader in conjunction
with an upload field, to locate and read in files from the local file system
(with modern browsers). There is no way currently, without browser
extensions, to write to the local file system directly from the browser.

Derrell
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to