You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module was initially developed by [**@felixge**](https://github.com/felixge) for [Transloadit](http://transloadit.com/), a service focused on uploading and encoding images and videos. It has been battle-tested against hundreds of GBs of file uploads from a large variety of clients and is considered production-ready and is used in production for years.
19
19
20
20
Currently, we are few maintainers trying to deal with it. :) More contributors are always welcome! :heart:
21
21
Jump on [issue #412](https://github.com/felixge/node-formidable/issues/412) if you are interested.
22
22
23
-
_**Note:** Master is a "development" branch - try it with `npm i formidable@canary`.
23
+
_**Note:** Master is a "canary" branch - try it with `npm i formidable@canary`.
24
24
Do not expect (for now) things from it to be inside the`latest`"dist-tag" in the Npm.
25
25
The`formidable@latest`is the`v1.2.1` version and probably it will be the last`v1` release!_
26
26
27
27
_**Note: v2 is coming soon!**_
28
28
29
-
[![npm version][npmv-canary-img]][npmv-url]
29
+
You can try the [Plugins API](https://github.com/felixge/node-formidable/tree/plugins-api)
0 commit comments