UploadiFive_Security_Token Class
Token used to add security, via adding a key to the session
state, for uploading documents using UploadiFive through this system
Namespace: SobekCM.Library.UploadiFiveAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public class UploadiFive_Security_Token |
Inheritance Hierarchy
Constructors
Fields
| Name | Description |
---|
| AllowedFileExtensions | List of file extensions allowed |
| FileObjName | The name of the file object to use in your server-side script |
| ReturnToken | Return token is used to pass back the information about which file(s) were uploaded |
| ServerSideFileName | Name for the final server-side file, which allows overriding the default name,
which would otherwise match the uploaded name |
| ThisGuid | The GUID for this security token |
| UploadPath | Path where the uploaded files should go |
See Also