1.1.3 • Published 10 years ago
ajax-upload v1.1.3
Ajax Uploader
Ajax file uploader (ES6)
function ajaxUpload({ files = [], url = '', data = {}, method = 'POST', onError = ()=>undefined, onProgress = ()=>undefined, onSuccess = ()=>undefined, filesFieldName = 'files' }) { ... }