Hi all,
I am uploading my files to azure blob storage using Javascript. I am not converting it into base64 format. What is the advantages and disadvantages if I convert my files to base64 before uploading into azure blob containers?
And I have few questions regarding this
How/when/where does the conversion to and from base64 take place?
File type/size considerations? Performance concerns with large file?
Does this add an extra layer of security?