in reply to Displaying an image stored in MySql for HTML
_all_ requests for http://your.domain.com/images/* on your server will be directed to the named script and the part of the request that looks like a path for a user is passed as query string to your script, and then you have to send the correct MIME type header before starting the data output.Alias /images /cgi-bin/image_handler.cgi
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Displaying an image stored in MySql for HTML
by Brother Geoff (Initiate) on Jan 24, 2002 at 23:27 UTC |