UNPKG

766 BHTMLView Raw
1<!--
2 Copyright IBM Corp. 2016, 2018
3
4 This source code is licensed under the Apache-2.0 license found in the
5 LICENSE file in the root directory of this source tree.
6-->
7
8<div class="bx--form-item">
9 <strong class="bx--file--label">Account
10 photo</strong>
11 <p class="bx--label-description">Only .jpg and .png files. 500kb max file size.</p>
12 <div class="bx--file" data-file>
13 <label for="your-file-importer-id-here"
14 class="bx--file-btn bx--btn bx--btn--primary"
15 role="button" tabindex="0">Add file</label>
16 <input type="file" class="bx--file-input" id="your-file-importer-id-here" data-file-uploader
17 data-target="[data-file-container]" multiple />
18 <div data-file-container class="bx--file-container">
19 </div>
20 </div>
21</div>