Form Data Versions Save

A module to create readable `"multipart/form-data"` streams. Can be used to submit forms and file uploads to other web applications.

v4.0.0

3 years ago
  • Merge pull request #382 from wxt2005/custom-stream 8968e01
  • Fix typo e705c0a
  • Merge branch 'master' of github.com:form-data/form-data into custom-stream b7b7dee
  • Update README for custom stream behavior 6dd8624
  • Handle custom stream a3e191d

https://github.com/form-data/form-data/compare/v3.0.1...v4.0.0

v3.0.1

3 years ago
  • feat: add setBoundary method 55d90ce
  • Merge pull request #451 from arku/patch-1 d702625
  • Fix typo: ads -> adds 714ac8b

https://github.com/form-data/form-data/compare/v3.0.0...v3.0.1

v2.5.1

4 years ago
  • Fixed error in the documentations as indicated in #439
  • Added remaining combined-stream options to typedef
  • Bumped rimraf to 2.7.1 (dev-dep)
  • Added constructor options to TypeScript defs
  • Fixed error in callback signatures

v2.5.0

4 years ago
  • Added TS types
  • Improved documentation

v2.4.0

4 years ago

Updated test builds to support node10 and 12.

v2.2.0

6 years ago

The filepath property overrides filename and may contain a relative path. This is typically used when uploading multiple files from a directory.

Thanks to @sebdeckers

2.1.3

7 years ago

v2.1.4

7 years ago
  • toString will output '[object FormData]' Thanks to @m59peacemaker

v2.1.2

7 years ago

Checks for self object, if not found, falls back to window object.

v2.1.1

7 years ago

& updated dependencies