@sme-uploader/xhr-upload
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

@sme-uploader/xhr-upload

SME Uploader logo

Build Status

The XHRUpload plugin handles classic XHR uploads with SME Uploader. If you have an exiting Apache/Nginx/Node or whatever backend, this is probably the SME Uploader plugin you are looking for.

Example

const SmeUploader = require('@sme-uploader/core')
const XHRUpload = require('@sme-uploader/xhr-upload')

const uploader = new SmeUploader()
uploader.use(SmeUploader, {
  // Options
})

Installation

$ npm install @sme-uploader/xhr-upload

We recommend installing from npm and then using a module bundler such as Parcel, Webpack or Browserify.

Alternatively, you can also use this plugin in a pre-built bundle from CDN. In that case SmeUploader will attach itself to the global window.SmeUploader object. See the main SME Uploader documentation for instructions.

Documentation

Documentation for this plugin can be found on the SME Uploader website.

License

The MIT License.

Package Sidebar

Install

npm i @sme-uploader/xhr-upload

Weekly Downloads

3

Version

1.0.3

License

MIT

Unpacked Size

94.3 kB

Total Files

10

Last publish

Collaborators

  • sme-uploader