CKFileUpload generates an input form to upload files. To use this, set enctype
attribute of CKForm to "multipart/form-data
".
Required attributes: data
and 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. |