-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
node.js #167
Comments
Have a look at this one #67 |
Hello, Ok making progress. But an error on my node.js side NodeJS: foo log request: /uploads I have the UI from your sample in my code, and can browser to a file and it shows up as the name of the file in the browser. And then the "auto" upload seems to fire as my route /uploads fires and my fileupload function in node.js gets hit. However, there is no filename. Here is the code I have modified on the client, followed by the node.js code to see the file name. Thanks for the help!! angular.module('app') and on the node.js side I have function fileupload(req, res) { |
Looks like I don't understand the encoding of the file/data in the request/response object. How do I access the filename and data in the object. I figure there may be two cases a single file or multiple files. |
have a look at #67 |
There is a wiki page for node.js sample: |
Hello,
I see the demo code, but am not sure how to use this code with my angular/node.js stuff.
I am guessing I need to support a route /upload, but am unsure what that means with this code.
Looks great!
Thanks,
Evan
The text was updated successfully, but these errors were encountered: