Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.472.2.13 -r1.472.2.14 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 26 Mar 2014 18:17:19 -0000 1.472.2.13 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 1 Apr 2014 18:37:34 -0000 1.472.2.14 @@ -658,7 +658,7 @@ if {[my exists __file_content]} { my instvar import_file __file_content - set import_file [ns_tmpnam] + set import_file [ad_tmpnam] ::xowiki::write_file $import_file [::base64::decode $__file_content] catch {my unset full_file_name} unset __file_content