mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #288] The upload button is invalid on edge #153
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @KonpakuSyl on GitHub (Nov 15, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/288
Problem
The upload button is invalid on edge, but it work fine on firefox and chrome
Edge report this problem:
Form elements must have labels: Element has no title attribute Element has no placeholder attribute<input type="file" id="file" name="file" multiple="">Environment:
@sigoden commented on GitHub (Nov 15, 2023):
If it weren't for your reminder, I wouldn't have noticed so many irregularities in the frontend. Thank you.