Gets a unique identifier of the current upload session.
public function getPackageGuid() {
}
Type: string
The unique identifier of the current upload session.
When the upload session is separated into several packages (FilesPerPackage is greater than 0), each package has
the same GUID. So you can use it to determine whether files are uploaded in the same session.