My node application receives uploaded file, compress it using "Jimp" and save the compressed file on disk. This is working fine. What I want to know about is: Is there any way I can compress the uploaded file and convert it to stream of bytes or base64 string without saving it to disk?
via User2682
No comments:
Post a Comment