Hello just wanted to ask if anyone knows how to send and recieve files to a server from client.
any help will be much appreciated.
Printable View
Hello just wanted to ask if anyone knows how to send and recieve files to a server from client.
any help will be much appreciated.
There are many posts on that topic on this forum. Use Search to find them.
Some search args could be Socket, getInputStream(
Thanks Norm as always :)
Just a question, now that I have a connection, how can I send data from the client to the server. is there any useful posts I could look at
Thanks
There probably are posts. Use Search to find them.
Thanks Norm, I have been looking for the posts but to no avail, what I am trying to do is receive and send files from the server, and I have been trying to learnt about multipleserver threads but nothing so far.....
DId you try searching this forum for Socket or getInputStream ?
yup, but found nothing relevant although I did get an idea of how it works.
Basically if I want to implement my server to become a multilserver, I just need to create a loop where the server sends the file and also define "abcd" in abcd.length, in the loop created
Not sure what that means?Quote:
and also define "abcd" in abcd.length, in the loop created
There might not be code you can copy and paste. But I'm sure there are lots of examples of servers and clients code.
yup found some basic and will look into it
http://edn.embarcadero.com/article/31995
thanks though for ur help