Tagged Questions
0
votes
2answers
125 views
Best approach for writing custom code for uploading files to a document library in WSS 3.0?
What is the best approach if i want to write custom code for uploading files to a document library in WSS 3.0 ?
I have few custom columns also in my document library. So, i would need that also as an ...
0
votes
1answer
687 views
File upload control on a custom page in a WSS 3.0 site
I am designing a custom page(inheriting from a custom master page) in one of my WSS 3.0 website. I am displaying all the files in a document library in a data-view web part.
Now, on the same page we ...
1
vote
3answers
506 views
Upload document to SharePoint document library using batch in C#
I want to know if i can upload a document to sharePoint document library using batch in C#.
I know how to update and delete it using batch, but i don't know how to upload it.
If i can't, what is the ...
8
votes
3answers
4k views
What are the client side requirements to enable the “upload multiple files” link?
What are the client side requirements to enable the "upload multiple files" link? I'm using WSS 3.0. Also using FBA, not sure if that matters. It "works on my machine", but not for some other ...
9
votes
4answers
856 views
Cannot upload to a permissions-enabled document library even with RunWithElevatedPrivileges
In our WSS 3.0 application, we have a document library that has an elevated folder called "Approved". It has different permissions from the rest of the Document Library in order to prevent people from ...
4
votes
8answers
5k views
Modification of '_layouts/upload.aspx'
Interesting dilemma here maybe some can weigh in on. I have a requirement to disable the "overwrite existing files" checkbox when uploading a single or multiple documents to a document library. The ...