Where does SharePoint store uploaded files on the system?

I have uploaded a document file to a SharePoint site. Now I want to know the path to a file on the server (System).

0


a source to share


2 answers


If you uploaded it to a SharePoint document library, then it's not on the file system. It's in the SharePoint content database. If you can clarify what you want to do with the file, it will be easier to recommend ways to attack the problem and get the information you need.



+6


a source


It is stored in the content database. This is why you cannot find it on disk.



+2


a source







All Articles