I have an email attachment file in buffer format I want to display and download the file in ReactJS.
Sample JSON
{
"type": "Buffer",
"data": [137,80,78,71,13,10,26]
}
I want to download files in ReactJs or NodeJs.
I have an email attachment file in buffer format I want to display and download the file in ReactJS.
Sample JSON
{
"type": "Buffer",
"data": [137,80,78,71,13,10,26]
}
I want to download files in ReactJs or NodeJs.