I need to change / remove the default text tag form my upload button.
Here i need to remove "Keine Datei ausgewählt"
How can I do it?
Thx for your help
I need to change / remove the default text tag form my upload button.
Here i need to remove "Keine Datei ausgewählt"
How can I do it?
Thx for your help
Without posting code I guess you need to change something there :
<button type="submit">Your changes</button>
I have not much reputation that's why i am writing this an answer your question is possible duplicate of
Change default text in input type="file"?
you can check the link.
<button>My button</button>
or
<input type="button" value="my button">
or you may use bootstrap buttons