RE: [PHP-WIN] Displaying An Image / Non-Web accessible Dir

2004-11-04 Thread Armando
EMAIL PROTECTED] Sent: November 1, 2004 11:45 PM To: 'PHP Windows List' Subject: RE: [PHP-WIN] Displaying An Image / Non-Web accessible Dir Thanks for the information Warren. I am actually already passing parameters to the page for the file types (at least I was in ASP and will now do so in P

RE: [PHP-WIN] Displaying An Image / Non-Web accessible Dir

2004-11-04 Thread Armando
omething simple! Armando -Original Message- From: Jason Barnett [mailto:[EMAIL PROTECTED] Sent: November 2, 2004 7:13 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Displaying An Image / Non-Web accessible Dir > Can you or someone suggest how I can access an image file on my drive >

RE: [PHP-WIN] Displaying An Image / Non-Web accessible Dir

2004-11-02 Thread Armando
From: Jason Barnett [mailto:[EMAIL PROTECTED] Sent: November 2, 2004 7:13 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Displaying An Image / Non-Web accessible Dir > Can you or someone suggest how I can access an image file on my drive > which is not part of the http-accessible direc

Re: [PHP-WIN] Displaying An Image / Non-Web accessible Dir

2004-11-02 Thread Jason Barnett
Can you or someone suggest how I can access an image file on my drive which is not part of the http-accessible directories (say in C:\images\somepic.jpg) and display the filetype? I think once I can at least get that to work, the rest should be fairly simple. If all goes well, the only thing you sh

RE: [PHP-WIN] Displaying An Image / Non-Web accessible Dir

2004-11-01 Thread Armando
s Apache 2.0.51, and o/s is Win2K Server. Thanks again, and cheers. Armando -Original Message- From: Warren Vail [mailto:[EMAIL PROTECTED] Sent: November 1, 2004 1:37 AM To: Armando; PHP Windows List Subject: RE: [PHP-WIN] Displaying An Image / Non-Web accessible Dir I would thing you could

RE: [PHP-WIN] Displaying An Image / Non-Web accessible Dir

2004-10-31 Thread Warren Vail
I would thing you could do something similar using the GD "image" functions, http://www.php.net/manual/en/ref.image.php in your html page code and this module would basically; 1. determine the type of image (jpec, gif, etc) (note you can pass ?parms in get format to your imagemodule