Click here to Skip to main content
15,888,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
So iam writing a simple server client application ,however i can make a chat server client , but what i am trying to do now is to make a application where i have a client server application again however the client can create files on the server and read them .

So the client has a textField , a textArea and a button , now what i want to do it to have when i type files name into the textField and hit the button i would like it to dispaly that file in the textArea , can someone please explain how i can do that ?
Posted

1 solution

Seems like you are trying to transfer and read files over network essentially using sockets. See if these links help you with what you want:

Sockets files[^]


files over sockets[^]

Hope that helps..Cheers.
 
Share this answer
 
Comments
ghost_ 24-Oct-11 16:37pm    
This is exactly what iam doing in my code.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900