Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Uploading PDF Document

  Asked By: Harshini Avchat         Date: Mar 31, 2010      Category: Sharepoint      Views: 270
 

We have a PDF document via Crystal Reports that is uploaded on our
server to a path of C:\Inetpub\Ftproot\Healthy\Healthy.pdf

We are trying to find the actualy file location for the files that are
in the Document Library.

I have searched the server hard drive and can't find them located
there.

Tagged:      

 

4 Answers Found

 
Answer #1       Answered By: Caleb Gordon          Answered On: Mar 31, 2010       

Sharepoint stores everything in SQL server  so you will never find  a document
or a list data on the server.

 
Answer #2       Answered By: Christie Carlson          Answered On: Mar 31, 2010       

I want to be able to update a file  continously would you know how I could do
this?

 
Answer #3       Answered By: Dorothy Farmer          Answered On: Mar 31, 2010       

SharePoint 2003/2007 exposes all document  libraries via WebDav using a UNC path
( e.g. \\server\site\doclib\ for http://server/site/doclib/ ) as long as the
"Web Client" service is running. You could setup your Crystal Reports output to
write there directly (using a user with access to the doc lib) or create a
script to copy from the original location.

 
Answer #4       Answered By: Jacklyn Burnett          Answered On: Mar 31, 2010       

When you say "Web Client" should that be running on the Crystal Reports server
or the SharePoint server  or both? I'm sorry for the noob question. I had a
deadline for the end of the week for this and i'm stressing now.

 
Didn't find what you were looking for? Find more on Uploading PDF Document Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].