File Collection Report (Windows CE 5.0)
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
Device Management Operation | Server Response to the Device Poll
Send Feedback on this topic to the authors