ajax-upload

1.1.3 • Public • Published

Ajax Uploader

Ajax file uploader (ES6)

function ajaxUpload({ files = [], url = '', data = {}, method = 'POST', onError = ()=>undefined, onProgress = ()=>undefined, onSuccess = ()=>undefined, filesFieldName = 'files' }) { ... }

Readme

Keywords

Package Sidebar

Install

npm i ajax-upload

Weekly Downloads

1

Version

1.1.3

License

MIT

Last publish

Collaborators

  • szymon.wygnanski