From: "John Bryan" <[EMAIL PROTECTED]>
> If so, the problem is that this file that is being uploaded > via the form to the program MyCppProg.exe gets sent > as THE input to the prog, apparently as a cgi-type > parameter through stdin (i.e. cin), so that when I try to > pass the value as a cgi parameter, it gets inserted INTO > the file that is being uploaded. Does this file already exist or are you looking to create it? It sounds like you just need to fopen() the file, tack on your "variable" at the end of the file (in some format) and then let the C++ program load the file, right? ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php