Re: Gif Problem

2003-02-17 Thread Todd Wade
"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

RE: GIF problem

2003-02-14 Thread Dan Muey
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

GIF problem

2003-02-14 Thread Shawn Bower
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

Re: Gif Problem

2003-02-13 Thread John W. Krahn
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

Gif Problem

2003-02-13 Thread Shawn Bower
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