[please honor my mail-followup-to header]
At a certain time, now past, Dana Diederich spake thusly:
> Out of curiosity, why would you recommend not putting images into a DB?
> I've had a lot of success doing that sort of thing.
>
> Cheers.
> -Dana
I never said it wouldn't work, but you need to
At a certain time, now past, Emma Grant spake thusly:
> Hi All,
>
>First of all I want to thank you all for all the help that you have given me
>throughout the last week.
>
8<--snip
> I need to be able to insert images into the database through a FILE FIELD on a
You can easily upload images using just your web browser - an FTP
program is not needed.
You'll need a form with it's encoding set to multipart/form-data, e.g.
...
...
...
and then within your receiving script you'll need something similar to:
$image_filename = $HTTP_POST_
On 24 Jun 2002, at 18:36, Emma Grant wrote:
> I know that many of you are about to tell me to store the images on my
> server, and reference the location from my database field. As I have
> read many times throughout my research. But I want the ability for the
> user to choose the images they wan
At 18:36 -0700 6/24/02, Emma Grant wrote:
>Hi All,
>
>First of all I want to thank you all for all the help that
>you have given me throughout the last week.
>
>I have learnt a great deal, and through your help and the
>resources on the interenet I have successfully been able to cr
Hi All,
First of all I want to thank you all for all the help that you have given me
throughout the last week.
I have learnt a great deal, and through your help and the resources on the
interenet I have successfully been able to create and connect to a database through