hey, im a newbie with programming and im working on a networking program.
question: what stream should i use for sending a file from a client to a server app ?
example;
File file = filechooser.getSelectedFile();
i want to send file to my server app...
thx