Package.PackageGuid Property ActiveX/Java Uploader ASP.NET

Gets a unique identifier of the current upload session.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

C#
public abstract Guid PackageGuid { get; }

Property Value

Type: System..Guid

The unique identifier of the current upload session.

Remarks

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.

See Also

Reference