We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40c9f9 commit a238dfbCopy full SHA for a238dfb
index.html
@@ -86,8 +86,9 @@ <h1>JavaScript Load Image Demo</h1>
86
<li><a href="test/">Test</a></li>
87
<li><a href="https://blueimp.net">© Sebastian Tschan</a></li>
88
</ul>
89
- <h2>Select an image file</h2>
+ <h2>File input</h2>
90
<p>
91
+ <label for="file-input">Select an image file:</label>
92
<input type="file" id="file-input" />
93
</p>
94
0 commit comments