1.0.3 • Published 5 years ago

kc-ipt-fdata v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

IPT Fdata

browser Read file data from html input.

Install

npm install kc-ipt-fdata

Use

var ipt = document.querySelector('.file');
ipt.onchange = function(){
    readFdata(ipt, function(file, data){
        console.log(file);
        console.log(data);
    });
}
1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago