javascript - jquery ajax get download file -


$.get( url: downloadurl, function(data) {  //after data, how ask browser pop save file? } );  

data content dumped server side servlet. can binary

don't use ajax this, location = downloadurl;


Comments

Popular posts from this blog

python - Why doesn't list have safe "get" method like dictionary? -

razor - Is this a bug in WebMatrix PageData? -

sql server - Stored procedure -