RE: [PHP] How to accept file through http from curl c program??

2003-09-26 Thread chris . neale
At a first glance: $fp=fopen(brianLog1, w+); brianlog1 should either be in quotes if that's the name of the file and the file doesn't have an extension. Or maybe it's a variable in which case you'll need to put the $ in front of it.. Hope that helps Regards Chris -Original

Re: [PHP] How to accept file through http from curl c program??

2003-09-26 Thread Brian Moynihan
PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, September 26, 2003 12:29 PM Subject: RE: [PHP] How to accept file through http from curl c program?? At a first glance: $fp=fopen(brianLog1, w+); brianlog1 should either be in quotes if that's the name of the file and the file

RE: [PHP] How to accept file through http from curl c program??

2003-09-26 Thread Mike Brum
there. Good luck. -M -Original Message- From: Brian Moynihan [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 6:44 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] How to accept file through http from curl c program?? Thanks Chris but I don't think that is the issue as the file

Re: [PHP] How to accept file through http from curl c program??

2003-09-26 Thread Brian Moynihan
' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, September 26, 2003 1:36 PM Subject: RE: [PHP] How to accept file through http from curl c program?? I don't really know much about Curl, but what it -sounds- like is that Curl isn't sending the proper headers/MIME types to the PHP script