How to convert a Promise array (original File array) into an array of string values?
In short, I have a function that converts File
type values into base64
string
type values (as advised by How to convert file to base64 in JavaScript?):
How to convert a Promise array (original File array) into an array of string values?
In short, I have a function that converts File
type values into base64
string
type values (as advised by How to convert file to base64 in JavaScript?):