openkm / document-management-system

OpenKM is a Open Source Document Management System
https://www.openkm.com/
GNU General Public License v2.0
671 stars 297 forks source link

How does OpenKM verify the file uploaded correctly or not ? #359

Closed zengsentry closed 1 year ago

zengsentry commented 1 year ago

Dear team does it mean that all the uploaded file is correct and no corrupted files?

Best Regards

darkman97i commented 1 year ago

OpenKM calculates a checksum that later can be used to check if the checksum in the OpenKM repository is still the same. About the uploading process, this kind of magic does not exist, you upload an stream with a size and this stream is stored on the OpenKM side. Once on the OpenKM side, the application has control of the file, not before.

zengsentry commented 1 year ago

thank you for you clarify.