Is there a way to save content as a txt
file with a csv file extension
using HTML5 ?
It shouldn't be a real csv.
Something like {type:'text/csv'};
wont work where {type:'text/plain'};
does.
Is there a way to save content as a txt
file with a csv file extension
using HTML5 ?
It shouldn't be a real csv.
Something like {type:'text/csv'};
wont work where {type:'text/plain'};
does.
The
a
tag's newdownload
property can work to your advantage here. More information.Proof of concept: