Open KIRBXx opened 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.
This one is probably impossible, but it would be super cool if we could implement something to check for duplicate images.