Click here to Skip to main content
15,885,146 members
Please Sign up or sign in to vote.
5.00/5 (2 votes)
See more:
Hello!

Ive been strugling with a problem when replacing an existing document in SP document library (I need to change the contents of the file). Ive tried it in two ways:
C#
spFile.File.SaveBinary(newData);

currSpWeb.Files.Add(destFile, memoryStream, true(overwrite))


in both cases the file contents are replaced and all, but the field "Title" (it has to stay the same) in the library is overwriten with an empty string.

Ive debuged it and before it exits the method the field is stil filled out correctly. But after it finishes, and if I go to the library the item appears with "Title" field empty.
All other fields are filled out as before.
I would appriciate any help.

Edit: This only happens with .docx type of documents, all others are working fine, the irony is that only doxc files are allowed :D

Thanks
B
Posted
Updated 25-Oct-16 19:35pm
v2
Comments
Joezer BH 27-Jan-13 1:52am    
Hey Pikos, Sounds like you'd better post a Tip\Trick when you solve this one, eh?
;)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900