Skip to main content

All Questions

Filter by
Sorted by
Tagged with
193 votes
10 answers
572k views

Get data from file input in JQuery

I actually have a file input and I would like to retrieve the Base64 data of the file. I tried: $('input#myInput')[0].files[0] to retrieve the data. But it only provides the name, the length, the ...
kschaeffler's user avatar
  • 4,213