Gazing into my crystal ball I observed PHPBABY3 <>
writing in news:a40690e3-8920-43af-82b9-
:
>>
>> Do you mean you are trying to build a web page, post it, and grab an
>> image from your personal computer to display on the site? ˙If so, you
>> must upload the image to the site and correct the path to the image.
>
> The user identifies a bunch of JPG files on their computer. My
> program takes them and displays them all on one page. How?
>
You will have to use some kind of upload script on your page to get the
images and save them to your server. If you are thinking of putting the
images into a database, I would highly recommend you do not do so --
only store the path to the image in the db.
Once you have the images on your server, simply use the path to the
images on your server.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share