View Single Post
Old Aug 9th, 2005, 4:53 AM   #2
Berto
Programming Guru
 
Join Date: Aug 2004
Posts: 1,022
Rep Power: 6 Berto is on a distinguished road
Send a message via AIM to Berto Send a message via MSN to Berto
http://www.faqs.org/rfcs/rfc2326.html <--- that should help you get started.

Basically from what i have done on streams, when i was making a file uploader, for anything like an image, you have to read it as bytes, which can be converted into an ASCII code but i found that when i converted it into an ACSII code and then re-byte'd it it didnt work, so you will have to be handling raw data.
__________________
"Put your hand on a hot stove for a minute, and it seems like an hour. Sit with a pretty girl for an hour, and it seems like a minute. THAT'S relativity."

- Albert Einstein
Berto is offline   Reply With Quote