Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Other versions of this page are also available for the following:
Windows Mobile Not Supported Windows Embedded CE Supported
8/28/2008

A file collection report consists of uploading a server-requested file to the server. The FileCollectionSettingsXML element in the server response to device poll message determines the files that are uploaded.

When collecting files, the target device will report each file individually to the server. The content of the post body will be the actual file content. To identify the file, additional header fields are included in the HTTP post message. Specifically, the following set of header files will identify the attached file:

Copy Code
X-Device-Action: Report
X-Device-ReportType: FileCollection
X-Device-FullyQualifiedFilename: \\myDir\apps\notepad.exe

See Also