CKFileUpload generates an input form to upload files. To use this, set enctypeattribute of CKForm to "multipart/form-data".
Required attributes: dataand file
| Attribute | Type | Description |
|---|---|---|
data |
CKByteData |
Variable of the attribute is set the uploaded file as a CKByteData object. |
file |
String |
Path of the uploaded file. |
enabled |
true/false |
If the value is false, the element appears but is not active. |