3

so my question is something that should be simple but I couldn't find any decent material to help me with this question, I just want the user to be able to send only image files on Vue.Js, someone who can help me? I'm not much of a question here because I can always find something to help me, but it wasn't this time. Sorry for my English, I'm Brazilian and I don't have much practice hehehe

1

1 Answer 1

10

You can do this using pure HTML as follows:

<input type="file" name="img" accept="image/x-png,image/gif,image/jpeg" />

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks so much!! I gonna test this in my project.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.