DefaultUploadProvider Class

The default provider for handling of uploads in FileUploader.

Definition

Namespace: GleamTech.FileUltimate.AspNet.UI
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.7
C#
public class DefaultUploadProvider : IUploadProvider
Inheritance
Object    DefaultUploadProvider
Implements
IUploadProvider

Constructors

DefaultUploadProviderInitializes a new instance of the DefaultUploadProvider class

Methods

BeginItem Called when an item in the upload queue is beginning. Final validation of an item can be done here.
BeginItemChunk Called when a chunk of the item is beginning.
BeginQueue Called when the upload queue is beginning. Initial validation of items can be done here.
EndItem Called when an item in the upload queue is ending.
EndItemChunk Called when a chunk of the item is ending.
EndQueue Called when the upload queue is ending.
GetChunkFileNameCalled when file name for a chunk is required.
GetFileSystemCalled when a file system is required.
OnItemErrorCalled when an item fails.

See Also