And if you're willing to handle only browsers that support FileReader, you
may be interested in the class qx.bom.FileReader.

Derrell


On Tue, Sep 1, 2015 at 7:26 AM John Spackman <john-li...@zenesis.com> wrote:

> Do you mean that you want to read the contents of the file?  The only
> cross browser way is to allow the file to upload to the server and then
> download it from the server again in an AJAX call, but if you able to
> sacrifice compatibility with older browsers you need to take a look at the
> FileApi, e.g. see here:
> http://www.html5rocks.com/en/tutorials/file/dndfiles/
>
> John
>
>
>
>
> On 01/09/2015 08:30, "jreinaleon" <jreinal...@gmail.com> wrote:
>
> >I'm using UploadMgr. I have a button. Now I want load the file into a
> >variable, I don't want to send the file to a server. How can I do it?
> >
> >
> >
> >--
> >View this message in context:
> http://qooxdoo.678.n2.nabble.com/Example-for-qx-bom-input-or-qx-html-Input-tp7587502p7587519.html
> >Sent from the qooxdoo mailing list archive at Nabble.com.
> >
>
> >------------------------------------------------------------------------------
> >_______________________________________________
> >qooxdoo-devel mailing list
> >qooxdoo-devel@lists.sourceforge.net
> >https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to