Re: [PHP] Re: [PHP-DB] Re: [PHP] Mulitpart form posts and mysql blobs

2003-11-14 Thread John W. Holmes
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

Re: [PHP] Re: [PHP-DB] Re: [PHP] Mulitpart form posts and mysql blobs

2003-11-14 Thread Raditha Dissanayake
Hi John, Your new information does make my previous post redundant :-) However I disagree when you say. "cURL can send files when given the filename, so I have to write the filename from the database and then give cURL the path. But thats messy" IMHO this is a lot less messier than the current a