Index: openacs-4/packages/file-storage/www/download-archive/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/download-archive/index.vuh,v diff -u -r1.8.2.1 -r1.8.2.2 --- openacs-4/packages/file-storage/www/download-archive/index.vuh 17 Dec 2019 16:53:18 -0000 1.8.2.1 +++ openacs-4/packages/file-storage/www/download-archive/index.vuh 30 Nov 2022 08:18:14 -0000 1.8.2.2 @@ -42,15 +42,13 @@ } # publish the object to the file system -set in_path [ad_tmpnam] -file mkdir $in_path +set in_path [ad_mktmpdir] set file [fs::publish_object_to_file_system -object_id $object_id -path $in_path -user_id $user_id] set file_name [file tail $file] # create a temp dir to put the archive in -set out_path [ad_tmpnam] -file mkdir $out_path +set out_path [ad_mktmpdir] set out_file [file join ${out_path} ${download_name}]