The forum operates in read-only mode. Please head to StackOverflow for support.
I found the solution here:https://sourceforge.net/forum/forum.php ... _id=379487
RE: Browse Server options and PHP not working
If on line 39 of connetor.php I change:
$GLOBALS["UserFilesDirectory"] = GetRootPath() . str_replace( '/', '\\', $GLOBALS["UserFilesPath"] ) ;
to:
$GLOBALS["UserFilesDirectory"] = GetRootPath() . str_replace( '/', '//', $GLOBALS["UserFilesPath"] ) ;
("\\" to "//")
I can get the file to upload, however, it's named File\filename.doc
is connector.php only for windows servers?
RE: Browse Server options and PHP not working
I found the solution here:
https://sourceforge.net/forum/forum.php ... _id=379487