I am trying to download a file usin data uri in following manner.

<input type="button" onclick="window.location.href='data:Application/octet-stream;content-disposition:attachment;filename=file.txt,${details}'" value="Download" />  

Problem is the downloaded file is always named 'Unknown' whatever i try in filename.
Is this the correct way to give filename or something else needs to be done. Help!!!

link|improve this question

53% accept rate
So i think its not possible to give filename using dta-uri. Can it be done through javascript?? – parbi Aug 8 '11 at 10:15
feedback

1 Answer

up vote 0 down vote accepted

So its not possible to give filename using data-uri yet. So back to server side logic.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.