0

I need to change / remove the default text tag form my upload button.

Here i need to remove "Keine Datei ausgewählt"

enter image description here

How can I do it?

Thx for your help

GreyRoofPigeon
  • 17,833
  • 4
  • 36
  • 59

3 Answers3

0

Without posting code I guess you need to change something there :

<button type="submit">Your changes</button>
Didier K
  • 32
  • 3
  • I dont mean the text thats on the button, i mean the text next to my button (see picture) – Alessandro Minneci May 13 '16 at 08:39
  • 1
    You should post your code next time so it will be easier to check exactly where your changes need to be made – Didier K May 13 '16 at 08:49
  • can you help me get my asking right back. i got banned from asking cuz i didnt know how to ask and how to programm back then when i asked this. you would really help me with a upvote <3 – Alessandro Minneci Dec 13 '16 at 15:00
0

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.

Community
  • 1
  • 1
Abhishek Gurjar
  • 7,426
  • 10
  • 37
  • 45
-1
<button>My button</button>

or

<input type="button" value="my button">

or you may use bootstrap buttons