Hello everybody, I'm quite confused and could somebody pls clarify me.Thanks in advance.Well,here it goes.... I would like to tranfer files between client and server from my GUI.Here are the steps I've written it down my self, please correct me if I'm wrong. 1.Create a button which on click will open a browser window to choose a file. 2.After selecting the file and when you click "Send"(button)the file has to be transferred to the server machine.si, under the action event of this button, I've to write all my file transfer code, right? 3.Before, i go for transfer of files, my server program shld be running on the machine on which I'm connecting to, right?