dpd-fileupload
dpd-fileupload copied to clipboard
File upload module for Deployd
## Version **1.3.5** of [mime](https://github.com/broofa/node-mime) just got published. Dependency mime Current Version 1.3.4 Type dependency The version **1.3.5** is **not covered** by your **current version range**. Without accepting this pull...
## Version **1.1.1** of [formidable](https://github.com/felixge/node-formidable) just got published. Dependency formidable Current Version 1.0.17 Type dependency The version **1.1.1** is **not covered** by your **current version range**. Without accepting this pull...
Fixed issue with creating the directory to hold uploads when it doesn't exist.
I uploaded a file name host.jpg for the first time. It saved the file into the folder /public/upload. The response of calling `GET /upload` is fine: `[{ "filename": "host.jpg", "filesize":...
**Error:** $node server.js uncaughtException TypeError [ERR_INVALID_CALLBACK]: Callback must be a function at makeCallback (fs.js:135:11) at Object.mkdir (fs.js:711:16) at new Fileupload node_modules\dpd-fileupload\index.js:50:12) Current Code: at **line no. 88** in index.js //...
Individual GET requests to uploaded files no longer work. A request to `http://localhost:2403/upload/filename.extension` returns an empty response with the following headers: ``` HTTP/1.1 200 OK Cache-Control: no-cache, no-store, must-revalidate Pragma:...
## Version **3.2.0** of **debug** was just published. Dependency debug Current Version 2.6.1 Type dependency The version **3.2.0** is **not covered** by your **current version range**. If you donβt accept...
## Version 10 of Node.js (code name Dubnium) has been released! π To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following...
Hi Nicolas, this is the first time I'm submitting an issue. Its not an actual issue but just documentation of what I came across while using the dpd-fileupload module. I...
index.js not showing the latest version 0.17. The latest release shows as 0.16.