I have a requirement to allow users to upload documents to a Sharepoint 2010 document library. The document type is defined by a custom content type with a documentid and type field. However, if I try uploading a document with the same name, I get a sharepoint error (I can't tell which one, since I don't have my config file set up properly - I can probably find it tomorrow). Is there some way to allow users to upload documents with the same name, but different metadata? For example, two users want to upload two separate, but with the same name, files. Each will have a different documentid and type. How can I do this?
Thanks