"Shawn Bower" <[EMAIL PROTECTED]> wrote in message
001301c2d3de$5093d020$6401a8c0@Beast">news:001301c2d3de$5093d020$6401a8c0@Beast...
> I'm trying to write a script that will open a socket connection to a
> website and return a gif. I got it working to the point where and send
> the request and r
Are you trying to download and save the file or display it?
If you are trying to display it make sure you have the proper Content-type: image/gif
header before any other output.
If you are trying to download it then try Net:FTP, much sexier for file tranfers.
Dan
>
>
> I'm trying to write
I'm trying to write a script that will open a socket connection to a
website and return a gif. I got it working to the point where and send
the request and receive the response, I was able to remove the HTTP
headers the only problem is that the GIF wont display properly. I
downloaded the gif via
Shawn Bower wrote:
>
> I'm trying to write a script that will open a socket connection to a
> website and return a gif. I got it working to the point where and send
> the request and receive the response, I was able to remove the HTTP
> headers the only problem is that the GIF wont display proper
I'm trying to write a script that will open a socket connection to a
website and return a gif. I got it working to the point where and send
the request and receive the response, I was able to remove the HTTP
headers the only problem is that the GIF wont display properly. I
downloaded the gif via