4.7.17 • Published 8 years ago

cf-util-http-file v4.7.17

Weekly downloads
205
License
BSD-3-Clause
Repository
-
Last release
8 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

8 years ago

4.7.16

8 years ago

4.7.15

8 years ago

4.7.14

8 years ago

4.7.13

8 years ago

4.7.12

8 years ago

4.7.10

9 years ago

4.7.9

9 years ago

4.7.8

9 years ago

4.7.7

9 years ago

4.7.6

9 years ago

4.7.5

9 years ago

4.7.4

9 years ago

4.7.3

9 years ago

4.7.2

9 years ago

4.7.1

9 years ago

4.7.0

9 years ago

4.6.2

9 years ago

4.6.1

9 years ago

4.6.0

9 years ago

4.5.10

9 years ago

4.5.9

9 years ago

4.5.8

9 years ago

4.5.7

9 years ago

4.5.6

9 years ago

4.5.5

9 years ago

4.5.4

9 years ago

4.5.3

9 years ago

4.5.2

9 years ago

4.5.1

9 years ago

4.5.0

9 years ago

4.4.0

9 years ago

4.3.0

9 years ago

4.2.0

9 years ago

4.0.1

9 years ago

4.0.0

9 years ago

3.0.1

10 years ago

3.0.0

10 years ago

2.1.1

10 years ago

2.1.0

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.0

10 years ago