I would like to create a file sharing site for my personal use. When i upload a file, there should be a specific url for each file like in torrent sites. I don't know how to do that. Please explain about that. There is a file name, Description, uploaded date for each file i'm uploading. And also it should show the name and a bit of description when i search for the file. I hope to implement this system with ASP.net + C# and MSSQL.
*Where should i save those files in server (in a specific folder or in a database)? *How to give a name and description for each file if i save the file in a folder in server? *How can i generate url for each file?
