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

2003-09-26 Thread Brian Moynihan
that Curl > isn't sending the proper headers/MIME types to the PHP script and PHP isn't > putting the input into the $_FILES array. You might want to look in your > $_GET or $_POST array for existance of the file to see if it's being sent > there. > > Good luck. &g

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

2003-09-26 Thread Brian Moynihan
ither 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 Message

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

2003-09-26 Thread Brian Moynihan
Hi there, Hopefully someone can shed some light for us on this. We have a client who is sending us a file through a C program which uses Curl. At our end we have a php script to accept the file passed through the form. This php script works fine using a browser however, it does not pick up what