Image Upload using fs.writeFile() shows corrupt Images
问题 I am facing a issue while uploading the image to Meteor's /public folder. The Flow works flawless, only the thing is the images are corrupt. X.html <form class="documentForm" enctype="multipart/form-data"> <label for="signature">Upload image of Signature</label> <input type="file" name="signature" id="signature" required> <label for="panCard">Upload image of Pan Card Only.</label> <input type="file" name="panCard" id="panCard" required> <button class="btn btn-primary" type="submit">Upload<