document-management

Increase the limit of file download size in Document management system

主宰稳场 提交于 2020-01-10 05:09:12
问题 I am using the Document Management System which is created on KnowledgeTree frame work. My goal is to Download the stored files. When the files are downloaded the contents are limited to certain mb and the rest is ignored. Which results in downloading in parts. How can I increase the file download limit so that the whole file can be downloaded in a single attempt. Thanks in advance for your time. 回答1: To download large files from server, I have changed the below settings in php.ini file:

Version Numbers float, decimal or double

痴心易碎 提交于 2019-12-22 04:01:12
问题 I have a document management system where documents can have multiple versions. Each version is saved and users can view version history. What I would like to know is: What datatype should I use for version numbers? Decimal, Float or Double? I'm using .NET and C#. Version numbers start at 0.1 and each published major version will be rounded to the next whole number. i.e. 0.4 goes to 1.0 and 1.3 goes to 2.0 etc. When a version numbers hits 0.9 and a minor version is added I would like the

Document management system using Google Cloud Storage

前提是你 提交于 2019-12-12 09:52:09
问题 I am currently working on different aspect Google App Engine and still in study phase and build some small apps and deployed it on cloud. Recently when i was installing a command line to for cloud storage(i.e. gsUtil) I encountered versioning support on cloud storage and was able to retrieve old objects or deleted objects through gsUtil . So building a document management system on GAE is good idea with Google cloud storage or I should be using Google drive SDK ? Please guide me on this

Simple document management system and API [closed]

青春壹個敷衍的年華 提交于 2019-12-11 03:21:44
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . In my software I need to be able to interface to a very simple document management system. I need to be able to: Check in/out

Document management system using Google Cloud Storage

大憨熊 提交于 2019-12-05 21:03:28
I am currently working on different aspect Google App Engine and still in study phase and build some small apps and deployed it on cloud. Recently when i was installing a command line to for cloud storage(i.e. gsUtil) I encountered versioning support on cloud storage and was able to retrieve old objects or deleted objects through gsUtil . So building a document management system on GAE is good idea with Google cloud storage or I should be using Google drive SDK ? Please guide me on this problem . Thanks in advance Completely different products for completely different use cases. Google Cloud

Version Numbers float, decimal or double

烂漫一生 提交于 2019-12-05 02:34:27
I have a document management system where documents can have multiple versions. Each version is saved and users can view version history. What I would like to know is: What datatype should I use for version numbers? Decimal, Float or Double? I'm using .NET and C#. Version numbers start at 0.1 and each published major version will be rounded to the next whole number. i.e. 0.4 goes to 1.0 and 1.3 goes to 2.0 etc. When a version numbers hits 0.9 and a minor version is added I would like the number to go to 0.10 not 1.0 , when I add to it. This is the biggest issue. Any suggestions are appreciated

Document Management System in .NET [closed]

久未见 提交于 2019-12-05 01:42:02
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . does anyone know about a document management system (or modules) that can be integrated with .NET? Thanks. 回答1: Here is a list of some of the most common DMS found in enterprises nowadays. (they all could be integrated to .net) EMC Hummingbird Open Text Microsoft Windows SharePoint Services Xerox DocuShare UCM

Document-Based Security in ASP.NET MVC

风流意气都作罢 提交于 2019-12-03 18:53:26
问题 I already know about User and Role-based security in ASP.NET MVC. But now I need something a little more granular. Let's say I have a list of documents, some of which the user is authorized for, some not. Each document has a corresponding record in a documents table in a database. Documents can be downloaded for viewing, if the user has security access. Documents can also be added, if you have the role. Each document has an URL, and each document list has an URL. I would like to security trim

Document Management System in .NET [closed]

寵の児 提交于 2019-12-03 16:22:54
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . does anyone know about a document management system (or modules) that can be integrated with .NET? Thanks. Here is a list of some of the most common DMS found in enterprises nowadays. (they all could be integrated to .net) EMC Hummingbird Open Text Microsoft Windows SharePoint Services Xerox DocuShare UCM by Oracle FileNet by IBM Interwoven WorkSite I'm not completely sure what kind of integration

Simple document repository

时间秒杀一切 提交于 2019-12-03 05:06:22
问题 Please recommend me a simple web-based document repository for keeping my small company documents (.DOCs, .PDFs) so i can access them from everywhere. There are many available on the internet, but they are heavy and filled with unnecessary features and requirements. I have little requirements: pleasant interface (AJAX feels nice), folders or tags, maybe versioning, maybe CIFS mounting or batch upload/download, preferably not written in Java (won't be able to host it). Regards, Todor Note -