Joined March 2014
·

Pascal Richier

Paris
·
·

Posted to File Upload with Meteor method over 1 year ago

Thanks Micha, it works great.

For binary files (like pdf) I added server side decode:
fs.writeFile(fileInfo.name, fileData, new Buffer(fileData, 'binary'));

Achievements
39 Karma
0 Total ProTip Views