Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6871631
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T03:49:47+00:00 2026-05-27T03:49:47+00:00

If the user uploads some file to my server and I want to make

  • 0

If the user uploads some file to my server and I want to make sure that the file hasn’t been changed from the last time the user uploaded it, how can I get this information?

I have a log table with User_id and FileName (the User_id is unique). I delete the file after I read the contents.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T03:49:48+00:00Added an answer on May 27, 2026 at 3:49 am

    You can store a hash of the file before deleting it. To see if it is the same file being uploaded, compare the hash with the previous hash. You can do this with one of the HashAlgorithm classes in System.Cryptography, such as SHA1.

    “A cryptographic hash function is a deterministic procedure that takes
    an arbitrary block of data and returns a fixed-size bit string, the
    (cryptographic) hash value, such that an accidental or intentional
    change to the data will change the hash value”

    Here is some example code to get you started, assuming the variable stream is a stream with your file data (you could use FileStream to open it):

    var sha = new System.Security.Cryptography.SHA1Managed();
    byte [] hash = sha.ComputeHash(stream);
    

    Now, the variable hash will contain the hash, a fingerprint of the file contents. Even a small change (such as a single bit) will result in a different hash value, but taking the hash on the same file will always return the same hash.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I made an upload system where the user uploads a file and that file
my proble is to avoid that users upload some malicious file on my web-server.
I want let user to upload images to server add some info (like description,
I want to make user upload his picture. After he selects the picture from
I want to get a reasonably large file (around 45-50M) from user of my
I want my customers to upload some file to my server. My current design
I am working on a script that will process user uploads to the server,
I have a page where a user can upload a file along with some
I have a very simple page with which a user uploads a file. Using
An app uses paperclip to handle file uploads for user avatars. Paperclip currently deletes

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.