I have a program that is sending files using sockets. My question is how go I could about reading/scanning a music file to send and then recreate the file at the other end.
Just read it and send it one byte at a time, just like any other file. It may be a music file to something which can play music, but to a socket it's just an array of bytes.
Mike Brooks
Greenhorn
Joined: Oct 07, 2007
Posts: 14
posted
0
Hey,
In my code here i get an error at the line
Just wondering if i doing something wrong
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32654
4
posted
0
Tell us more details. What sort of error? Compiler or run-time? What is the error message or stack trace? People can only help if they know such details.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35239
7
posted
0
Do you really have a directory called "sdcard" in your file system root?