You are viewing limited content. For full access, please sign in.

Question

Question

How does the drag-and-drop import method validate the integrity of a the imported file?

asked on December 11, 2015

We have a client who is asking how files are validated when draging-and-droping files into Laserfiche. That is how to do you know that a file was not corrupted during the copy/move action. Specifically, the client wants to drag law enforcement body cam footage into Laserfiche in bulk, with assurances that the video files are copied without issue. Are there check-sums created and validated during the import process to ensure file integrity?

0 0

Answer

SELECTED ANSWER
replied on December 18, 2015 Show version history

TCP already can detect loss and corruption at the packet level, so there's already that protection.  Using SSL on your connections would add a further layer of integrity validation, and can protect against malicious attempts to modify the data on the wire.  If you need further assurance, it wouldn't be a difficult integration to compare the imported file with the local original, either byte-by-byte or with a cryptographic hash.

1 0

Replies

replied on December 18, 2015

One way you could validate the integrity of your video files is to schedule a workflow to run upon import . Your workflow could evaluate the size of the file and if the file size for each video does not match as expected, you can notify an admin that the video is invalid.

0 0
replied on December 18, 2015

Thanks for validating how the Laserfiche import is working. We will likely need to go with building something with the toolkit as you suggested, we just needed to validate this isn't something was already taking place upon import. Thanks again!

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.