Re: File up/download
Adam Megacz <[email protected]>
| Newsgroups | gmane.comp.java.xwt.general |
|---|---|
| Organization | XWT |
| Message-ID | <[email protected]> |
Emiliano <[email protected]> writes: > I've searched the archives, and what I found there wasn't too > encouraging: I need the ability to upload and download files (both > binary and xml, if it matters at all). <base64> xmlrpc elements get turned into ByteStreams, which can be written to files. You can read a ByteStream from a file; if you try to send it to an xmlrpc method, it gets encoded as a <base64> element. - a _______________________________________________ http://lists.xwt.org/listinfo/dev