Index: openacs-4/packages/assessment/www/asm-admin/export/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/asm-admin/export/index.vuh,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/assessment/www/asm-admin/export/index.vuh 12 Apr 2005 12:55:13 -0000 1.7 +++ openacs-4/packages/assessment/www/asm-admin/export/index.vuh 24 Nov 2005 15:32:49 -0000 1.8 @@ -754,7 +754,9 @@ puts $file $outfd close $file -set out_file [file join ${out_path} ${download_name}] +set tmp_file "[ad_generate_random_string].zip" + +set out_file [file join ${out_path} ${tmp_file}] # get the archive command # TODO SECURITY DONT USE GLOBBING