Index: openacs-4/packages/proctoring-support/www/upload.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/proctoring-support/www/Attic/upload.tcl,v diff -u -r1.1.2.3 -r1.1.2.4 --- openacs-4/packages/proctoring-support/www/upload.tcl 27 Apr 2021 14:28:48 -0000 1.1.2.3 +++ openacs-4/packages/proctoring-support/www/upload.tcl 21 Nov 2021 20:26:07 -0000 1.1.2.4 @@ -7,5 +7,7 @@ file file.tmpfile {check_active_p:boolean true} - {notify_p:boolean true} + {notify_p:boolean false} + {record_p:boolean true} } +#ns_log notice "UPLOAD called with notify_p $notify_p record_p $record_p"