How to check upload progress when using Azure Node.js SDK createBlockBlobFromLocalFile

We are building our cloud application using node.js.

The "createBlockBlobFromLocalFile" API can be used to upload a local file to a container.  However, is there any feedback event being fired so that I know how many bytes have been uploaded so far?  (For example, if I am uploading a 4GB file, I would need to know the upload speed and upload progress.)

Thanks.

April 23rd, 2015 2:29pm

Hi,

As of now, we do not have any API for Node.js to track the progress of Upload or download of block blob.

You may check the upload speed using different tool or through Azurespeed.com. Please refer below link:

http://blogs.msdn.com/b/avkashchauhan/archive/2010/11/03/uploading-a-blob-to-azure-storage-with-progress-bar-and-variable-upload-block-size.aspx

http://www.azurespeed.com/Azure/Upload


Regards,

Manu

Free Windows Admin Tool Kit Click here and download it now
April 24th, 2015 10:36am

Hi,

As of now, we do not have any API for Node.js to track the progress of Upload or download of block blob.

You may check the upload speed using different tool or through Azurespeed.com. Please refer below link:

http://blogs.msdn.com/b/avkashchauhan/archive/2010/11/03/uploading-a-blob-to-azure-storage-with-progress-bar-and-variable-upload-block-size.aspx

http://www.azurespeed.com/Azure/Upload


Regards,

Manu

April 24th, 2015 2:35pm

Hi,

As of now, we do not have any API for Node.js to track the progress of Upload or download of block blob.

You may check the upload speed using different tool or through Azurespeed.com. Please refer below link:

http://blogs.msdn.com/b/avkashchauhan/archive/2010/11/03/uploading-a-blob-to-azure-storage-with-progress-bar-and-variable-upload-block-size.aspx

http://www.azurespeed.com/Azure/Upload


Regards,

Manu

Free Windows Admin Tool Kit Click here and download it now
April 24th, 2015 2:35pm

Hi,

As of now, we do not have any API for Node.js to track the progress of Upload or download of block blob.

You may check the upload speed using different tool or through Azurespeed.com. Please refer below link:

http://blogs.msdn.com/b/avkashchauhan/archive/2010/11/03/uploading-a-blob-to-azure-storage-with-progress-bar-and-variable-upload-block-size.aspx

http://www.azurespeed.com/Azure/Upload


Regards,

Manu

April 24th, 2015 2:35pm

We have the same issue, uploading several GB's worth of data into storage but no way of logging the times, status or progress during it happening.

Seeing the rate from another tool is pointless unless you're trying to benchmark the transfer rates; most would be interested in knowing how "this" transfer is happening within code.

Free Windows Admin Tool Kit Click here and download it now
April 28th, 2015 6:09pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics