Node.JS Fax – Send a fax with a large file

This is a more advanced Node.JS code sample to show how to send a fax with a large document. This code sample is based on the Node.JS library for InterFAX available on Github.

This sample demonstrates how to upload a large file to InterFAX using the Document component and then sending a fax to a single recipient while referencing that previously uploaded file – all you need to do in order to change it is to provide a different fax number and a different path to the files that you would like to send. You can also change the size of the chunk that you will be uploading the file with.

You can check on the status of this fax by following this sample code.