Re: [PHP] Upload and Read pdf file

2005-07-05 Thread anshul
day, July 01, 2005 9:23 AM Subject: [PHP] Upload and Read pdf file Hi All, is possible to upload pdf file into MySQL database, then read in web browser using php? And how? Thanks for help rgds -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Upload and Read pdf file

2005-07-01 Thread Richard Lynch
On Thu, June 30, 2005 8:53 pm, Bagus Nugroho said: > is possible to upload pdf file into MySQL database, then read in web > browser using php? > And how? Yes, but... Yes, it's possible. You'd do it just like the people do images in MySQL. But, it's probably *WAY* better to just store the PDF in

[PHP] Upload and Read pdf file

2005-06-30 Thread Bagus Nugroho
Hi All, is possible to upload pdf file into MySQL database, then read in web browser using php? And how? Thanks for help rgds