Re: [PHP] mutiple file upload

2005-12-21 Thread Silvio Porcellana [tradeOver]
Ross wrote:
> Hi,
> 
> I am trying create a multiple file upload to a mysql server.
> 

Google is your friend...
http://www.google.com/search?hl=en&q=multiple+upload+php&btnG=Google+Search

And, by the way, if you are uploading and storing images in your MySQL
DB, you might want to consider that there is a much better database for
storing files. It's called 'filesystem'.

HTH, cheers

Silvio
-- 
tradeOver | http://www.tradeover.net
...ready to become the King of the World?

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



[PHP] mutiple file upload

2005-12-21 Thread Ross
Hi,

I am trying create a multiple file upload to a mysql server.

I have done the the single upload 
http://www.php-mysql-tutorial.com/php-mysql-upload.php but what if I want to 
upload many files (BLOB)at once.

Thanks,


Ross

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