Ajax Uploader
Ajax file uploader (ES6)
function ajaxUpload({ files = [], url = '', data = {}, method = 'POST', onError = ()=>undefined, onProgress = ()=>undefined, onSuccess = ()=>undefined, filesFieldName = 'files' }) { ... }
Ajax file uploader (ES6)
function ajaxUpload({ files = [], url = '', data = {}, method = 'POST', onError = ()=>undefined, onProgress = ()=>undefined, onSuccess = ()=>undefined, filesFieldName = 'files' }) { ... }
npm i ajax-upload
1
1.1.3
MIT