开发者

What is a good framework for filemanagment combined with ASP.NET MVC

开发者 https://www.devze.com 2023-02-28 19:53 出处:网络
Here is the scenario: A user visits the site ask the latest version of only one document. he or she changes something to that document (locally), the format is word, and then re-uploads that document

Here is the scenario:

A user visits the site ask the latest version of only one document. he or she changes something to that document (locally), the format is word, and then re-uploads that document to the website.

The uploading and downloading part is not that hard, but is there a framework that can for example analyse the differences from 2 documents (the one on the server vs. the one changed) and gives the user an option to merge (in cas开发者_运维技巧e 2 people change the document and re-upload in different order)?

My first thought it would become a something that looks like dropbox or a subversion repository? is there a framework for this that you can use for an ASP.NET MVC website?


With the features you state, you're practically seeking a VCS. Your best bet is to go with SVN.

Install SVN server, download a .net wrapper such as SharpSVN (developers of ankhSVN). Send your files to the svn server and use the api to manage them. (merge, query, etc)

0

精彩评论

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

关注公众号