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

2004-01-15 Thread CPT John W. Holmes
From: "Toby Irmer" <[EMAIL PROTECTED]> > that was explaining the prinicple. > > of course you wouldn't do it like this, but pass an id to identify. you > could also send an encryption key... Ok. I'm sure the original poster is grateful. Hopefully, if anyone actually searches those things called t

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

2004-01-15 Thread Toby Irmer
>; "Mike R" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, January 15, 2004 5:15 PM Subject: Re: Re[4]: [PHP] Re: jpeg Uploader issue > From: "Toby Irmer" <[EMAIL PROTECTED]> > > > file: show.php > > > > > header("Con

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

2004-01-15 Thread CPT John W. Holmes
From: "Toby Irmer" <[EMAIL PROTECTED]> > file: show.php > > header("Content-type: image/jpeg"); > readfile("/path/to/file/".$_GET["filename"]); > ?> > > > in your files: > > > > or something like that ;) Are you trying to get him to compromise his server? I'm sure that's just a simple suggestio

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

2004-01-15 Thread Toby Irmer
file: show.php in your files: or something like that ;) hth toby - Original Message - From: "Mike R" <[EMAIL PROTECTED]> To: "Richard Davey" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, January 15, 2004 5:03 PM Subject: RE

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

2004-01-15 Thread Mike R
Since the link goes directly to the picture, how do I apply the header first? Should I apply it in the html page the link is on? :) Thanks! -Mike > > Hello Mike, > > Tuesday, January 13, 2004, 5:31:47 PM, you wrote: > > MR> That's what I kind of thought, but this is a case where the browser

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

2004-01-13 Thread Mike R
Sinc the link goes directly to the picture, how do I apply the header first? Should I apply it in the html page the link is on? :) Thanks! -Mike > > Hello Mike, > > Tuesday, January 13, 2004, 5:31:47 PM, you wrote: > > MR> That's what I kind of thought, but this is a case where the browser i

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

2004-01-13 Thread Richard Davey
Hello Mike, Tuesday, January 13, 2004, 5:31:47 PM, you wrote: MR> That's what I kind of thought, but this is a case where the browser is MR> opening the image directly - there is no html code or placement in an html MR> page. It doesn't matter, it's still being served via HTTP and that's what yo