Class UploaderFileSystemProvider
File-system implementation of the legacy provider wrapper with rename support.
Inherited Members
Namespace: CuteWebUI
Assembly: AjaxUploader.dll
Syntax
public class UploaderFileSystemProvider : UploaderProvider, IDisposable, IUploaderRenameProvider
Fields
PERSIST_PREFIX
Prefix v4 used once an upload had been persisted.
Declaration
public const string PERSIST_PREFIX = "persisted."
Field Value
| Type | Description |
|---|---|
| string |
PREFIXLENGTH
Length of both prefixes above, as v4 exposed it.
Declaration
public const int PREFIXLENGTH = 10
Field Value
| Type | Description |
|---|---|
| int |
UPLOAD_PREFIX
Prefix v4 used for an in-progress upload's temp file.
Declaration
public const string UPLOAD_PREFIX = "uploading."
Field Value
| Type | Description |
|---|---|
| string |
Methods
Rename(Guid, string)
Renames the uploaded file metadata entry.
Declaration
public void Rename(Guid guid, string newname)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | guid | |
| string | newname |