DefaultUploadProvider Class
The default provider for handling of uploads in
FileUploader.
Namespace: GleamTech.FileUltimate.AspNet.UIAssembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 9.8.2
public class DefaultUploadProvider : IUploadProvider
Public Class DefaultUploadProvider
Implements IUploadProvider
- Inheritance
- Object DefaultUploadProvider
- Implements
- IUploadProvider
| 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.
|
| GetChunkFileName | Called when file name for a chunk is required. |
| GetFileSystem | Called when a file system is required. |
| OnItemError | Called when an item fails. |