Class: CUploadColumn

CUploadColumn()

Upload column. This column for uploading files.

Constructor

new CUploadColumn()

Parameters:
Name Type Description
this.props.upload_endpoint string Endpoint for uploading files.
this.props.multiple undefined | Boolean Multiple upload allowed. Not tested.
this.props.links_endpoint undefined | string Link endpoint. No link available if undefined.
this.props.filename_len undefined | int Max length for filename. 12 if undefined.
this.props.max_file_size undefined | int Maximum file size.
this.props.allowed_extentions undefined | Array.<string> Allowed file extention.
Source: