Skip to content

Commit b56e61b

Browse files
committed
1.1.193
1 parent 532df34 commit b56e61b

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

FileSystem/MyCustomHandlerPage.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,15 @@ <h5 class="modal-title">Create Folder</h5>
131131

132132
<hr />
133133

134+
<h3>Edit Microsoft Office and Other Docs</h3>
135+
136+
<p>
137+
You can open for editing Microsoft Office and any other types of files directly from this web page and save back to server without download/upload steps.
138+
See how to <a href="https://www.webdavsystem.com/ajax/programming/open-doc-webpage/opening_ms_office_docs/" target="_blank">open documents from WebDAV server</a> and <a href="https://www.webdavsystem.com/ajax/programming/open-doc-webpage/opening_os_file_manager/" target="_blank">run OS File Manager</a> using <a href="https://www.webdavsystem.com/ajax/" target="_blank">WebDAV Ajax Library</a>.
139+
</p>
140+
141+
<hr />
142+
134143
<h3>Test Your Server</h3>
135144

136145
<p>

FileSystem/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ class Program {
3535
Program.logger.isDebugEnabled = Program.debugLoggingEnabled;
3636
Program.engine = new DavEngine_1.DavEngine();
3737
Program.engine.logger = Program.logger;
38-
Program.engine.outputXmlFormatting = true;
3938
const packageJson = require('./package.json');
4039
if (packageJson.config.repositoryPath && packageJson.config.repositoryPath !== '') {
4140
if (path_1.isAbsolute(packageJson.config.repositoryPath)) {

FileSystem/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ class Program {
5151
Program.logger.isDebugEnabled = Program.debugLoggingEnabled;
5252
Program.engine = new DavEngine();
5353
Program.engine.logger = Program.logger;
54-
Program.engine.outputXmlFormatting = true;
5554
const packageJson = require('./package.json');
5655
if (packageJson.config.repositoryPath && packageJson.config.repositoryPath !== '') {
5756
if(isAbsolute(packageJson.config.repositoryPath)){

FileSystem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ithit.webdav.server.filesystem",
3-
"version": "1.1.190",
3+
"version": "1.1.193",
44
"description": "A cross-platform WebDAV Node.js server that runs on Windows, Mac OS X and Linux. This example is a fully-functional WebDAV server that can be used to open, edit and save Microsoft Office documents directly to server, without download/upload steps.",
55
"author": "IT Hit, Ltd",
66
"license": "IT Hit LTD.",

0 commit comments

Comments
 (0)