File Collection Report (Windows Embedded CE 6.0)

1/6/2010

A file collection report consists of uploading a server-requested file to the server. The FileCollectionSettings XML 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:

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

See Also

Concepts

Reports to the Server
Device Management Operation
Server Response to the Device Poll