SlickUpload

Krystalware.SlickUpload Namespace

The Krystalware.SlickUpload namespace supplies classes and interfaces that are used for interacting with SlickUpload functionality server side.
IUploadFilter
Represents a contract for upload filtering.
SlickUploadContext
Provides methods for interacting with UploadSessions and UploadRequests.
UploadedFile
Provides information about a file that has been uploaded. All files are streamed to an upload location as they arrive. Each UploadedFile instance contains information about a single uploaded file.
UploadErrorType
An enumeration of the possible error types generated during an upload.
UploadRequest
Contains information about the current status of an upload request. Properties are updated in real time as the upload progresses.
UploadSession
Contains information about the current status of an upload session. An upload session combines all UploadRequests with the same UploadSession.UploadSessionId. Properties are updated in real time as the upload progresses.
UploadState
An enumeration of the possible states of an upload.