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

2
  • 1
    please you can post your code or fiddle , snippet etc.? Commented May 13, 2016 at 8:27
  • i just have a normal input tag with the type file and an ID @Jainam Commented May 13, 2016 at 8:33

3 Answers 3

0

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

<button type="submit">Your changes</button>
Sign up to request clarification or add additional context in comments.

3 Comments

I dont mean the text thats on the button, i mean the text next to my button (see picture)
You should post your code next time so it will be easier to check exactly where your changes need to be made
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
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.

Comments

-1
<button>My button</button>

or

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

or you may use bootstrap buttons

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.