[web2py] Re: jquery.ajax file download

2017-12-13 Thread lucas
thank you for that, I just added: window.open( '{{=URL(c="dna", f="view")}}?'+jQuery.param(r) ) which includes the parameters required on the server end. works great and it is simple. Lucas -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/

[web2py] Re: jquery.ajax file download

2017-12-13 Thread Val K
https://stackoverflow.com/questions/2897619/using-html5-javascript-to-generate-and-save-a-file On Wed