I've got an app written in vc++ running on Windows CE. I would like to pass a file name via a soap function to upload a file from the handheld to the app server with no user interaction (i.e. no forms).
The issue I'm running into is that I can pass the actual file name (and full path) of the file I want to upload to the server, but I'm not sure how to parse this information into either the php copy() or move_uploaded_file functions. It appears there is an issue with file name and/or temp file name.
Suggestions?