Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在java中有一种方法可以验证用户上传的文件是否与他刚刚下载的文件相同(除了使用文件名)。
例如,如果给用户一个模板来下载和填写,然后上传相同的,我们如何验证他上传的文件是否与他下载的相同。
如果你想检查文件的内容是否相同,只需验证校验和没有改变,例如FileUtils.checksumCRC32