Can you tell if the file is duplicated before uploading it to the server?

Source: Internet
Author: User
Can you tell if the file is duplicated before uploading it to the server?

Reply content:

Can you tell if the file is duplicated before uploading it to the server?

If you are uploading in a browser, you need to use JavaScript to get the local file MD5 value, you can refer to this stackoverflow answer.
If you are a normal client, then it is better to do, in short, to get the local file MD5.

Then, on the server, save a list of all the MD5 files that have been uploaded for completion. Before the user uploads a file, the MD5 of the local file is sent to the server, the server is found in the MD5 of the saved file, and if it is found, it is already there.

The client is not fully judgmental.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.