Re: [PHP] Accepting File Uploads from CURL

2006-06-15 Thread Rabin Vincent
On 6/15/06, Brad Bonkoski <[EMAIL PROTECTED]> wrote: Hello All, I am using PERL to generate an XML file from a database query. no problems there. I then try to use curl to send it to an upload script. Essentially the command line looks like this: curl -H 'Content-Type:text/xml' -d file.xml serve

[PHP] Accepting File Uploads from CURL

2006-06-15 Thread Brad Bonkoski
Hello All, I am using PERL to generate an XML file from a database query. no problems there. I then try to use curl to send it to an upload script. Essentially the command line looks like this: curl -H 'Content-Type:text/xml' -d file.xml server/up.php for my up.php I am just trying to dump stu