Forum OpenACS Development: Re: File Upload Fails on Windows OACS Installaion

Collapse
Posted by Raul Rodriguez on
Hi,
Per our windows installation:
https://openacs.org/xowiki/openacs-system-install-windows-server
 • This is Version 5.16.0 (4th of September 2023) of Windows-OpenACS port and it consists of:
naviserver-5.0.0 – including
   • nsdbpg 2.8
   • nsoracle 2.9
   • nsssl 2.3
 • tcl-8.6.13
 • tk-8.6.13
 • tDOM-0.9.1
 • xotcl-2.3.0 (nsf 2.3.0)
 • libthread-2.8.8
 • tcllib-1.20
 • zlib-1.3
 • postgresql-16.4
 • openssl-3.1.3
 • OpenACS 5.10.1
 • External binaries:
a. Strawberry Perl 5.32.1.1 including MinGW 64 binaries (http://strawberryperl.com/)
b. Curl 7.47.0 (http://curl.haxx.se/)
c. brotli v1.0.7 (https://github.com/google/brotli)

Our version of Naviserver is 5.0.0 and Tcl version: 8.6.13.

Our ad_file fails on:

    if {![ad_file owned $tmpfile]} {
        #
        # File does not belong to us: not safe
        #
    ns_log Notice ">>> UPLOADCHECK file owned False"
       # return false
    }

When we ignore this check the file does upload. Since, this looks like another issue specific to TCL with a windows installation, we are working on creating another test server with linux.

Thank you