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.4 -r1.5 --- openacs-4/packages/file-manager/www/file-upload-2.tcl 30 Nov 2002 17:33:45 -0000 1.4 +++ openacs-4/packages/file-manager/www/file-upload-2.tcl 15 Jan 2003 09:23:39 -0000 1.5 @@ -35,7 +35,7 @@ # Check the file type -set file_type [exec /bin/file $the_file] +set file_type [exec file $the_file] # If the file is text then read it, strip carriage returns, # and write to the destination path