dwr实现文件的下载--已经解决中文文件名乱码问题
?function downloadPdfFile() { // var pdftext = dwr.util.getValue('pdftext');DownLoadFile.downloadPdfFile("ddd", function(data) { dwr.engine.openInDownload(data); });}?
发布时间: 2012-11-10 10:48:50 作者: rapoo
dwr实现文件的下载--已经解决中文文件名乱码问题
?function downloadPdfFile() { // var pdftext = dwr.util.getValue('pdftext');DownLoadFile.downloadPdfFile("ddd", function(data) { dwr.engine.openInDownload(data); });}?