Index: openacs-4/packages/file-manager/www/file-upload-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-manager/www/file-upload-2.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/file-manager/www/file-upload-2.tcl 11 Dec 2003 21:40:03 -0000 1.8 +++ openacs-4/packages/file-manager/www/file-upload-2.tcl 26 Nov 2024 09:23:38 -0000 1.9 @@ -98,7 +98,7 @@ } else { # if the file is binary just copy it - ns_cp $the_file $path + file copy $the_file $path } # Register what we did with the version control system if necessary