> On Aug 3, 2014, at 12:49 PM, Roman Lupinskiy <[email protected]> 
> wrote:
> 
> In my application I upload some file to server. I use ubuntu, so first files 
> store in /tmp directory, so I use fs.createReadstream

Presumably you mean fs.createReadStream? Capitalization is significant in 
JavaScript.

> ('/tmp')

Presumably you are specifying the name of some file in /tmp, and not just the 
/tmp directory itself?

> .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.

Oh, we're talking about an express web app. Please show us the code of the 
route in question.

-- 
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/0CD218D1-849A-4836-91DE-79E15308C22E%40ryandesign.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to