1.0.17 • Published 3 years ago

mm3p-uploader v1.0.17

Weekly downloads
19
License
MIT
Repository
github
Last release
3 years ago

npm version

mm3p-uploader

file uploader with pure js

demo image

demo

install

npm install mm3p-uploader

usage

import mm3p from 'mm3p-uploader'

// simple
 mm3p(element)

// <div id="file_application"></div>
// with ajax
 mm3p('file_application', {
            url: remote_host + "/api/file/upload/",
            method: "PUT",
            headers: {
                "Authorization": "Authorization " + token,
                "Accept": "application/json",
                "X-Requested-With": "XMLHttpRequest"
            },
            success: function(e) {
                console.log(e)
            },
            error: function(e) {
                console.log(e)
            }
        })
1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago