4.7.17 • Published 6 years ago

cf-util-http-file v4.7.17

Weekly downloads
205
License
BSD-3-Clause
Repository
-
Last release
6 years ago

cf-util-http-file

Cloudflare HTTP File Util

Installation

$ npm install cf-util-http-file

Usage

upload('/api/upload-file', fileInput.files[0], res => {
  console.log('Success!');
}, err => {
  console.log('Failed!');
});
download('/api/download-file', 'filename.txt', res => {
  console.log('Success!');
}, err => {
  console.log('Failed!');
});

Note: This is only really meant for plain text files, it might work with other stuff but don't expect it to.

4.7.17

6 years ago

4.7.16

6 years ago

4.7.15

6 years ago

4.7.14

6 years ago

4.7.13

6 years ago

4.7.12

7 years ago

4.7.10

7 years ago

4.7.9

7 years ago

4.7.8

7 years ago

4.7.7

7 years ago

4.7.6

7 years ago

4.7.5

7 years ago

4.7.4

7 years ago

4.7.3

7 years ago

4.7.2

7 years ago

4.7.1

7 years ago

4.7.0

7 years ago

4.6.2

7 years ago

4.6.1

7 years ago

4.6.0

7 years ago

4.5.10

7 years ago

4.5.9

7 years ago

4.5.8

7 years ago

4.5.7

7 years ago

4.5.6

7 years ago

4.5.5

7 years ago

4.5.4

7 years ago

4.5.3

7 years ago

4.5.2

7 years ago

4.5.1

7 years ago

4.5.0

7 years ago

4.4.0

7 years ago

4.3.0

7 years ago

4.2.0

7 years ago

4.0.1

7 years ago

4.0.0

7 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.0

8 years ago