On 05/07/2013 20:06, Tonino Chiaia wrote:
How can I write a text file on server without to use FileOutputStream?
Not sure of the meaning of your request.
If you are on the server side, just use FileOutputStream as usual, you can find plenty of
tutorials on the topic.
If you are on the client side, you don't / cannot use Java streams at all (except perhaps
in-memory ones, not sure).
You have to send the data to write to the server as a request, and it will handle the task
to write where requested.
--
Philippe Lhoste
-- (near) Paris -- France
-- http://Phi.Lho.free.fr
-- -- -- -- -- -- -- -- -- -- -- -- -- --
--
You received this message because you are subscribed to the Google Groups "Google
Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.