Info
Version: | 14.1.13916 |
Author(s): | IT Hit, Ltd |
Last Update: | Thursday, May 23, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.webdavsystem.com/server/ |
NuGet Url: | https://www.nuget.org/packages/WebDAVServer.SqlStorage |
Install
Install-Package WebDAVServer.SqlStorage
dotnet add package WebDAVServer.SqlStorage
paket add WebDAVServer.SqlStorage
WebDAVServer.SqlStorage Download (Unzip the "nupkg" after downloading)
Dependencies
- ITHit.WebDAV.Server.Core(>= 11.0.10281 && <= 11.0.10281)
Tags
It stores all data in Microsoft SQL database and can run on ASP.NET Core on Windows, OS X and Linux.
The sample keeps documents, folders structure, locks and custom properties in SQL tables.
It provides a sample web page listing content of your WebDAV server with Edit button, demonstrating how you can open a document for editing directly from a web page and save back to server without download/upload steps.
To list documents, navigate folders structure and open documents for editing this sample utilizes IT Hit WebDAV Ajax Library. It is also covered with WebDAV Ajax integration tests provided with WebDAV Ajax Library so you can test your modifications.
Additionally it demonstrates Ajax File Browser that you can use to manage documents, open for editing and perform advanced upload operations such as pause and resume upload, drag-and-drop as well as restore broken uploads.