RE: Re[2]: [PHP] Re: jpeg Uploader issue

2004-01-13 Thread Mike R
> Hello Mike, > > Tuesday, January 13, 2004, 2:55:44 PM, you wrote: > > >> In PHP you would set the Content-type header like so: > >> header("Content-type: image/jpeg"); > > MR> So, should I write that header to the actual image file prior > to the image > MR> itself? > > You should output it to t

Re[2]: [PHP] Re: jpeg Uploader issue

2004-01-13 Thread Richard Davey
Hello Mike, Tuesday, January 13, 2004, 2:55:44 PM, you wrote: >> In PHP you would set the Content-type header like so: >> header("Content-type: image/jpeg"); MR> So, should I write that header to the actual image file prior to the image MR> itself? You should output it to the browser prior to t