son whitespace conflicts are so 1765

This commit is contained in:
Baris Usakli
2013-06-20 16:30:33 -04:00
12 changed files with 295 additions and 158 deletions

View File

@@ -133,7 +133,7 @@ var user = require('./../user.js'),
var filename = uid + '-profileimg' + extension;
var uploadPath = path.join(global.configuration['ROOT_DIRECTORY'], config.upload_path, filename);
console.log('trying to upload to : '+ uploadPath);
console.log('Info: Attempting upload to: '+ uploadPath);
var is = fs.createReadStream(tempPath);
var os = fs.createWriteStream(uploadPath);