Hi I'm trying to accept a connection from a C program that is uploading a file using HTTP POST with the encode type of ‘application/x-www-form-urlencoded’. Yes I know it should be using ‘multipart/form-data’ but I don’t have access to change this as the person is at another company and I have to work around this problem. But as yet I don’t know how to.
Would anyone here tell me a good way to accept a file upload from such a stream? I only have PHP, CGI & Perl available to me on the server side and this is way beyond me.