Tagged Questions
4
votes
2answers
298 views
How to give users a file storage limit?
I'm working on a web application right now using Rails and wanted to see if anyone knew of a good way to keep track of file storage limits? We want to give users a specific amount of room that they ...
1
vote
4answers
1k views
SHA-1 hash for storing Files
After reading this, it sounds like a great idea to store files using the SHA-1 for the directory.
I have no idea what this means however, all I know is that SHA-1 and MD5 are hashing algorithms. If ...