Re: [PHP-DB] How to upload images to mysql database?

2002-08-15 Thread Jason Wong

On Friday 16 August 2002 01:13, Bo wrote:
> Question as title, any info will be appreciated.
> Thanks.

Search the archives. This has been covered quite thoroughly many times before.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *


/*
Behold the warranty -- the bold print giveth and the fine print taketh away.
*/


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DB] How to upload images to mysql database?

2002-08-15 Thread Miles Thompson

Generally better to load information about the image, including its 
location, to the database. This is faster, keeps the database to a 
manageable size, and avoids unpacking the the image, so to speak, every 
time you want to use it.

Miles Thompson

At 12:13 PM 8/15/2002 -0500, Bo wrote:
>Question as title, any info will be appreciated.
>Thanks.
>
>Bo
>
>
>
>--
>PHP Database Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DB] How to upload images to mysql database?

2002-08-15 Thread Bo

Question as title, any info will be appreciated.
Thanks.

Bo



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DB] How to Upload

2002-02-08 Thread Ashraf Al Shafaki

How can I use PHP to upload a file from a client computer?

--

Ashraf Al Shafaki
ICQ me at 144936414



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DB] How to upload image?

2002-01-28 Thread David Sullivan

For the form, use 
and as for handling where the file get saved on the server-side, see:
http://www.php.net/manual/en/features.file-upload.php


On January 28, 2002 05:04 pm, you wrote:
> Hi there everyone,
>
> I'm writing an update utility for a database system, but I need to give the
> user the option to select a file from their machine to upload to the server
> (Not to the DB itself, but an images dir), what is the best way of doing
> this in PHP so that it brings up a file requestor too?
>
> Thanks for your help everyone :-)
>
> Chris

- Dave

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] How to upload image?

2002-01-28 Thread Chris Payne

Hi there everyone,

I'm writing an update utility for a database system, but I need to give the user the 
option to select a file from their machine to upload to the server (Not to the DB 
itself, but an images dir), what is the best way of doing this in PHP so that it 
brings up a file requestor too?

Thanks for your help everyone :-)

Chris