I want to transfer a file from server to client via JavaScript decode its content from base64 tp plain text and provide a link on my HTML page to download this decoded plain text file for saving to disk. Is this possible?
I've tested around with AJAX calls which get me some base64 data from my PHP script, but how can I create a link with a datafile download on the fly?