Hello,
I am rather new at .NET programming and my experience level is uneven in that I find writing the code behind quite a challenge so far. I have managed to write some code (with help from google and books) to upload and download files to store in a database (SQL Server). I am wondering if:
1) there isn't anything in the filename that allows "matching" with a person's login ID (say their email address) if the string is within the file (PDFs or Word Docs).  I have asked my corkers if they can place the name or email address of the person who should see the file in the name of the file but so far, they will not.  I want to make sure there isn't a way to look into the file before telling them they HAVE to put the name of the recipient in the filename.
2) if they agree to put a string in the filename at the group level but not the name of an individual, is there a way I can match the loginID to the emailaddress in a table in the datab ...

Go to the complete details ...