Juan
Juan

Reputation: 830

Node JS - How to view progress when using Archiver (zip)

I already searched on the Web and I finded solutions using "entries". But this solution is not fit when you have (for example) a very big file in folder containing may files. The progress seams to be stopped while processing of the big file.

I really want the user to see the current processing. So I thought to another solution. Display the size of the compress file during the processing.

I know it's possible to use "createReadStream" to follow a file upload. But how to follow the size of compress file....?

Upvotes: 2

Views: 1401

Answers (0)

Related Questions