Is there a way to smoothly remove an attachment selected in the <input type="file">
element?
In Firefox, removing an already selected attachment can be tricky. Simply deleting the name or trying to click open may not work.
An additional solution might involve using onclick JavaScript to remove the value, but is there a more straightforward method similar to Chrome's attachment handling?