Index: openacs-4/packages/file-storage/www/file-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/Attic/file-add-2.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/file-storage/www/file-add-2.tcl 12 Nov 2002 08:36:44 -0000 1.8 +++ openacs-4/packages/file-storage/www/file-add-2.tcl 18 Nov 2002 18:01:05 -0000 1.9 @@ -54,15 +54,19 @@ # create the new item if {$indb_p} { + ns_log Notice LARS1 set file_id [db_exec_plsql new_lob_file {}] - + + ns_log Notice LARS2 set version_id [db_exec_plsql new_version {}] + ns_log Notice LARS3 db_dml lob_content {} -blob_files [list ${upload_file.tmpfile}] - + ns_log Notice LARS4 # Unfortunately, we can only calculate the file size after the lob is uploaded db_dml lob_size {} + ns_log Notice LARS5 } else {