-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not save the file, pipe is undefined #2
Closed
afcastano opened this issue
Mar 28, 2016
· 6 comments
· May be fixed by WorldViews/FlowerGarden#6, Sollunad/RaidOrgaPlus#440 or praburocking/nodetemplateserver#3
Closed
Can not save the file, pipe is undefined #2
afcastano opened this issue
Mar 28, 2016
· 6 comments
· May be fixed by WorldViews/FlowerGarden#6, Sollunad/RaidOrgaPlus#440 or praburocking/nodetemplateserver#3
Comments
Same error here:
Running |
still have this bugs.. node:v5.0.0, express v4.13.4 express-fileupload v0.0.4 |
@richardgirges any progress on reviewing my fixes? I'd love to get this fix pulled in. |
@pajtai apologies for the lag. Will review and pull the fix in by end of day. |
richardgirges
added a commit
that referenced
this issue
Apr 22, 2016
Adding streamifier to make buffer into a stream - Closes #2
@pajtai Thanks for your pull request. Just updated the package in NPM. |
nice, thanks! |
richardgirges
added a commit
that referenced
this issue
Jul 31, 2020
This was referenced Mar 8, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, after the upload completes, I try to save the file according to your example using the
mv
function but I always get this exception:TypeError: this.data.pipe is not a function
at Object.req.files.(anonymous function).mv (/Users/pam/Documents/pipe/server-file-browser/node_modules/express-fileupload/jslib/index.js:40:25)
at Object.saveSubtitle (/Users/pam/Documents/pipe/server-file-browser/server/src/modules/Files.js:170:22)
at /Users/pam/Documents/pipe/server-file-browser/server/src/app.js:111:11
at Layer.handle as handle_request
at next (/Users/pam/Documents/pipe/server-file-browser/node_modules/express/lib/router/route.js:100:13)
at Route.dispatch (/Users/pam/Documents/pipe/server-file-browser/node_modules/express/lib/router/route.js:81:3)
at Layer.handle as handle_request
at /Users/pam/Documents/pipe/server-file-browser/node_modules/express/lib/router/index.js:227:24
at Function.proto.process_params (/Users/pam/Documents/pipe/server-file-browser/node_modules/express/lib/router/index.js:305:12)
at `/Users/pam/Documents/pipe/server-file-browser/node_modules/express/lib/router/index.js:221:12
I am running on node 4.2.2 and express 4.8.1
Temporary I had to save the data manually.
Thanks for your help!
The text was updated successfully, but these errors were encountered: