Picture of Daniel 450
Registered 14 years 167 days
Daniel 450 Monday, 19 June 2023, 08:32 AM
Webdav in JS
Hello,

in C++ there is a possibility to do a webdav server https://sdk.innovaphone.com/13r3/sdk/common/lib/webdavservice.htm
I didn´t find anything like that for JS service.

It would be great if we could do the same in js.
We need it for an app request.
Andreas Fink
Moderator Registered 13 years 45 days
Andreas Fink (innovaphone) Thursday, 29 June 2023, 05:39 PM
Re: Webdav in JS
Hello Daniel,

we would implement it in the following way:

  • a WebDAV instance (or multiple) can be configured in config.json, with according dbfiles instance and path
  • the Webserver Library will provide possibility to set callback functions for PUT, DELETE, MOVE on specific WebDAV instance
  • access to the dbfiles from JavaScript Runtime will be possible via Database Library (as used here: https://github.com/innovaphone/jsdbfilesexample )
Is it an acceptable way for your purposes?

Best Regards
Andreas Fink
Picture of Daniel 450
Registered 14 years 167 days
Daniel 450 Monday, 3 July 2023, 03:09 PM
Re: Webdav in JS
Hello Andreas,

thank you for this good news.
If it is possible to do the same things you do in your voicemail app, then i think it should work for us.
When could you implement it?
Picture of Daniel 450
Registered 14 years 167 days
Daniel 450 Monday, 28 August 2023, 11:40 PM in response to Andreas Fink (innovaphone)
Re: Webdav in JS
Hello Andreas,

are there any news to the webdav thema, so that we could plan the deveolpment.
← You can define your color theme preference here