Skip to content

Instantly share code, notes, and snippets.

@iagosousadev
Created February 15, 2022 12:43
Show Gist options
  • Save iagosousadev/20d39c8078ee0fbffc0ea0d3ea93ba73 to your computer and use it in GitHub Desktop.
Save iagosousadev/20d39c8078ee0fbffc0ea0d3ea93ba73 to your computer and use it in GitHub Desktop.
Custom Upload Button
<label class="component-holder btn btn-primary k-button" xattr-theme="btn-primary" data-component="crn-upload-file"><i class="glyphicon glyphicon-cloud-upload"></i> <input type="file" id="upload-file" style="display:none" onchange="$evt('cronapi.client(\'js.blockly.Arquivos.converteArquivo\').names().run()')"> <span>Upload</span></label>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment