Index: openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl,v diff -u -N -r1.25 -r1.26 --- openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 16 Aug 2018 15:39:11 -0000 1.25 +++ openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 28 Aug 2018 13:02:38 -0000 1.26 @@ -644,7 +644,7 @@ return -code error "${this_proc}: Error reading file: $file permission denied" } - dict set $f filename [expr {[dict exists $f filename] ? + dict set f filename [expr {[dict exists $f filename] ? [dict get $f filename] : [file tail $file]}] }