John Ryan wrote:
cURL can send files when given the filename, so I
have to write the filename from the database and then give cURL the path.
Kind of begs the question of why you're storing files in the database in
the first place...
--
---John Holmes...
Amazon Wishlist: www.amazon.com/o/registry
Saturday, November 15, 2003 1:22 AM
Subject: [PHP-DB] Re: [PHP] Mulitpart form posts and mysql blobs
John Ryan wrote:
> How are files encoded when theyre sent in mulitpart forms??? Is it the
same
> as blob fields in mySQL databased when you use the LOAD_FILE() command??
>
> If not, is
John Ryan wrote:
How are files encoded when theyre sent in mulitpart forms??? Is it the same
as blob fields in mySQL databased when you use the LOAD_FILE() command??
If not, is it easy to convert from one to the other?? At the moment, Im
taking the blob from mySQL and writing it to a file and then