Forum Discussion
lalaki
Jun 17, 2024Copper Contributor
Edge reminded me to add the placeholder property to the file upload control.
Form elements must have labels: Element has no title attribute Element has no placeholder attribute [Error]
```html
<input type="file" name="file" accept=".*">
```
No RepliesBe the first to reply