All Questions
1 question
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 ...