Index: openacs-4/packages/survey/www/process-response.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/survey/www/process-response.tcl,v diff -u -r1.17.2.4 -r1.17.2.5 --- openacs-4/packages/survey/www/process-response.tcl 23 Mar 2021 13:36:24 -0000 1.17.2.4 +++ openacs-4/packages/survey/www/process-response.tcl 2 Sep 2021 16:41:01 -0000 1.17.2.5 @@ -240,7 +240,7 @@ set guessed_file_type [ns_guesstype $response_value] set n_bytes [file size $tmp_filename] - # strip off the C:\directories... crud and just get the file name + # strip off the C:\directories... crud and just get the filename if {![regexp {([^/\\]+)$} $response_value match client_filename]} { # couldn't find a match set client_filename $response_value