KIRBXx / TRMedia

TRM - Main
1 stars 0 forks source link

Check for duplicate images #42

Open KIRBXx opened 10 years ago

KIRBXx commented 10 years ago

This one is probably impossible, but it would be super cool if we could implement something to check for duplicate images.

rickr commented 10 years ago

First thought is to add a hash column to the images table, then in the upload controller hash the picture, check if that hash exists, if not upload.

If it does we could either reject it or mark it as awaiting approval or whatever. As hashing goes there's always a small chance of collisions.