Skip to content

Instantly share code, notes, and snippets.

View iagosousadev's full-sized avatar

Iago Sousa iagosousadev

View GitHub Profile
@iagosousadev
iagosousadev / upload.html
Created February 15, 2022 12:43
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>