Is it possible to create file names with Base64 encoding?
For example, I'm currently creating file names based on the value of "query" variable but a client has asked it be based64 encoded
So instead of:
keyword.txt
it would be:
a2V5d29yZA==.txt
For example, I'm currently creating file names based on the value of "query" variable but a client has asked it be based64 encoded
So instead of:
keyword.txt
it would be:
a2V5d29yZA==.txt