0
votes
0answers
17 views

Copy attachment file into a folder while inserting or updating document library

I have a document library. While I am attaching a file (inserting or updating ), I want to copy it in 'c:\mydocsfiles'. I think that Maybe, I use event receiver. Is there any easy way to do this. ...
0
votes
1answer
105 views

How to change file in sharepoint library?

I have sharepoint documents library and I have wcf service from where i should download new version of document file on button click. So i got next method: public void UpdateFile(SPListItem ...
1
vote
1answer
210 views

SharePoint file gets stored in external filesystem: manually update file location?

Suppose I have a Sharepoint Document Library that's read-only. I'm planning on writing a custom solution that will enable users to copy a file to remote file storage. How do I change the file to refer ...