开发者

Any code examples for making a Rails 3 controller a WebDAV server?

开发者 https://www.devze.com 2023-02-19 08:03 出处:网络
I need to implement a dynamic WebDAV server that authenticates users against users in a 开发者_C百科Rails 3 database and which saves files uploaded via WebDAV into the database. Is there any code out

I need to implement a dynamic WebDAV server that authenticates users against users in a 开发者_C百科Rails 3 database and which saves files uploaded via WebDAV into the database. Is there any code out there that does this and that can serve as an example?


Have a look at the sources of https://github.com/georgi/rack_dav, it's doing exactly that.

0

精彩评论

暂无评论...
验证码 换一张
取 消