T
tty0819
Unregistered / Unconfirmed
GUEST, unregistred user!
用WebApplication.SendFile(filename,True , '', '');
文件下载了,但页面上的其它按键都点不动了,这是什么原因造成的呀!
AssignFile(outfile,filename);
Rewrite(outfile);
writeln(outfile, 'abcdefg');
close(outfile);
WebApplication.SendFile(filename,True , '', '');
文件下载了,但页面上的其它按键都点不动了,这是什么原因造成的呀!
AssignFile(outfile,filename);
Rewrite(outfile);
writeln(outfile, 'abcdefg');
close(outfile);
WebApplication.SendFile(filename,True , '', '');