Index: openacs-4/packages/file-storage/www/download-zip.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/download-zip.tcl,v diff -u -r1.6.6.1 -r1.6.6.2 --- openacs-4/packages/file-storage/www/download-zip.tcl 9 Oct 2013 06:36:14 -0000 1.6.6.1 +++ openacs-4/packages/file-storage/www/download-zip.tcl 1 Apr 2014 18:37:32 -0000 1.6.6.2 @@ -11,7 +11,7 @@ set user_id [ad_conn user_id] # publish the object to the file system -set in_path [ns_tmpnam] +set in_path [ad_tmpnam] file mkdir $in_path if {[llength $object_id] == 1} { @@ -35,7 +35,7 @@ } # create a temp dir to put the archive in -set out_path [ns_tmpnam] +set out_path [ad_tmpnam] file mkdir $out_path set out_file [file join ${out_path} ${download_name}]