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

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: >Questi

[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

[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