KoolUploadHandler Class [PHP]
Summary
Properties | Description | |
allowedExtension | Get or set list of allowed file extensions | |
funcFileHandle | Set your custom function to process the uploaded file. | |
targetFolder | Get or set the folder to which you would like to save the file |
Methods | Description | |
handleUpload | Handle upload and progress tracking function |
Properties Detail
allowedExtensionTop
string allowedExtension
Get or set list of allowed file extensions
Supported from version: 1.0.0.0
funcFileHandleTop
function funcFileHandle
Set your custom function to process the uploaded file. Your customed function will recieve parameter about file information. Your customed function should return boolean value to indicate whether file hsa been uploaded successful.
Supported from version: 1.2.0.1
targetFolderTop
string targetFolder
Get or set the folder to which you would like to save the file
Supported from version: 1.0.0.0
Methods Detail
handleUploadTop
string handleUpload()
Handle upload and progress tracking function
Supported from version: 1.0.0.0