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 -N -r1.3.2.1 -r1.3.2.2 --- openacs-4/packages/file-manager/www/file-upload-2.tcl 16 Oct 2002 22:13:41 -0000 1.3.2.1 +++ openacs-4/packages/file-manager/www/file-upload-2.tcl 9 Dec 2002 21:30:57 -0000 1.3.2.2 @@ -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