Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

HTML/HTTP/INTARNET BROWSARS

Name: Anonymous 2007-02-12 18:07

Hay guys, how the hell do HTML/HTTP/Browsers really work? See, i have this one piece of code running, which when you connect to it will return some html code. So you see some nice pretty plain text, yay.

 I do however want it to be able to return images, <IMG SRC...> does not work. As it only bounce back strings of text it fail no matter what i try with that approach. So what should i really return to get an image to display? There have to be some way to toss information to the recepient so that the browser generate a fucking image at the recepients end.

Language i use is ruby(in before rails or eruby) if that helps any.

Name: Anonymous 2007-02-12 18:24

>>2
you don't have any example of how said encoded 7 bit block of image attached to text http header would look like?

or steps necessary to generate such a thing?

what i mean is that i cannot use URLs(i think). A code snippet such as

<html>
<IMG SRC="lulzz.jpg" ALT="some text">
</html>

while working perfectly in a .html file, doesn't work for this program, and i have no clues of how to make it work either, it/I simply don't know how to locate lulzz.jpg and no matter what kind of directions i try to add it still won't find it.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List