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 81855c1 commit 6dc41beCopy full SHA for 6dc41be
1 file changed
app/components/Contact.tsx
@@ -38,8 +38,8 @@ const Contact: React.FC = () => {
38
placeholder="Write something.." /*style="height:200px"*/
39
></textarea>
40
<br />
41
- <label htmlFor="myfile">Select a file:</label>
42
- <input type="file" id="myfile" name="myfile"></input>
+ <label htmlFor="myfile">Select a file: </label>
+ <input type="file" id="myfile" name="myfile" accept="image/*"></input>
43
44
<input type="submit" value="Submit" />
45
</form>
0 commit comments