G-Loot DS — file input button

by Augustin Hiebel

HTML

<div class='form-group'>
  <label for='file-button' class='button button-tertiary rounded-full'>
    <span className='icon icon-camera'></span>
  </label>
  <input type='file' name='file-button' id='file-button' aria-describedby='file_input_help' />
</div>