Hello,
I need help on file uploads. I am posting a file from a VC++ program to a PHP script. Now how will be able to access this file in PHP script. I have tries to access the file from $HTTP_POST_VARS but no temporary file is being created as it should in case of uploads.
Satish