ajax-upload
v1.1.3
Published
Ajax file uploader (ES6)
Downloads
9
Maintainers
Readme
Ajax Uploader
Ajax file uploader (ES6)
function ajaxUpload({ files = [], url = '', data = {}, method = 'POST', onError = ()=>undefined, onProgress = ()=>undefined, onSuccess = ()=>undefined, filesFieldName = 'files' }) { ... }