In my application I upload some file to server. I use ubuntu, so first 
files store in /tmp directory, so I use 
fs.createReadstream('/tmp').pipe(fs.createWriteStream('/public/fileName')); 
and write new path into img source , but Express returns me 404 error and 
doesn't show this file in the page. I don't know what I do wrong.

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/1026496e-a3fa-4bc0-a182-db00a0140c6e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to