Is it possible to change the title of "File Upload" dialogs in any common browser such as IE or FireFox?
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- How to fix IE ClearType + jQuery opacity problem i
- void before promise syntax
- jQuery add and remove delay
Checking the documentation pages I cannot find such a thing... I guess this is not possible.
In the Control types from the Forms section we find the
input[type='file']
that is described as:Then we check the Input elements and we find a list of the elements with different types that uses
input
:There is the
file
type too:So, in conclusion this is unfortunately not possible.
The alternatives you can choose are to use drag and drop on a popup that is opened inside of the HTML: