sending of data from a local system to a remote system that should store a copy of the data being transferred

learn more… | top users | synonyms (1)

9
votes
4answers
870 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 ...
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 ...
7
votes
5answers
808 views

Covert a Word 2003 Document to Word 2007 without losing history?

How can I covert a Word 2003 Document to Word 2007 without losing history? The convert button is disabled when an item is checked out in SharePoint, and if I save and then re-upload it becomes a ...
6
votes
3answers
1k views

Why is Office required for multiple file uploading?

Why is Office required for multiple file uploading? I don't have Office, is there something I can install that will enable this feature?
6
votes
3answers
2k views

Bulk Upload from Fileshare to SP 2010 with Metadata

What are my immediate options (free tool) in order to bulk upload files with metadata? I have found followings but none satisfy the bulk-load requirements. For example: CodePlex: ...
5
votes
8answers
8k views

Missing “Upload Multiple Documents” in SharePoint 2007

I'm using MOSS on the server and have Office Enterprise 2007 and IE9 on the client. In all libraries, I can only upload a single document at a time; the multiple document upload option is not ...
5
votes
2answers
3k views

How do I upload a document and set column values when doing so?

I am using the following code to download documents from SharePointand surface them to the user. ClientContext clientContext = new ClientContext(ServerUrl); clientContext.Credentials = cred; ...
5
votes
1answer
621 views

Can't get OfficialFile.SubmitFile to work

I'm trying to write a literal SOAP call (I'm integrating from a remote non-windows machine) to submit a file which currently resides in the drop-off library of the site. I created a simple file, ...
5
votes
4answers
3k views

Error using Multi Upload with SharePoint and MS Office 2010 on 64 bit system

I get the following error trying to use the Sharepoint multi upload functionality on a 64 bit system with Office 2010. it works fine on a 64 bit system with 2007 and on a 32 bit with 2010. But it ...
5
votes
2answers
543 views

Why does the FileUpload control get bound to the current list item in a custom list EditForm?

I've written a custom edit form for a list which means I lose certain out of the box capabilities such as Attachments as it was part of the out of the box form. The way I have implemented the form is ...
4
votes
8answers
6k 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 ...
4
votes
5answers
804 views

Storing large files in SharePoint with users all over the world

Any recommendations for storing large files in SharePoint 2010 for the following requirements: Mostly smaller files 10KB-20MB Many larger files for example 20-500MB Users in all parts of world need ...
4
votes
3answers
216 views

Upload documents to an external fileshare using SP 2007

Due to storage limitations within our portal environment, a user's request to have a sp 2007 list that could potential grow to 100 gbs with our documents is not possible to implement. Therefore, I'm ...
4
votes
1answer
88 views

Cannot upload *.MAF file to SharePoint library

We're trying to upload an *.MAF file (Microsoft Access Form Shortcut) to a SharePoint 2010 library. Is there a way to change the restricted files to allow this file to be uploaded? Thanks.
3
votes
3answers
367 views

Difference between Attaching a file & Uploading a file to the SharePoint site

I facing a weird issue. I am able to upload a 32 mb file to a Document Library. But I am unable to attach same file to a task. Do I need to change settings other than Central Admin? I have set limit ...
3
votes
2answers
3k views

How can I use PowerShell to upload a list template (stp file)?

I need to script the creation of data in SharePoint, and part of this requires that I upload a slide library list template using PowerShell. Is this possible?
3
votes
2answers
3k views

Browsing to a local image and uploading to a list

I am attempting to build a classified ad list for internal use. I want an image upload column that allows users to browse to a local file instead of having to paste a URL, and then I need to display ...
3
votes
3answers
10k views

Maximum file upload size in SharePoint 2010

What is the maximum upload file size accepted by SharePoint 2010?
3
votes
1answer
182 views

Scale images when uploading to SharePoint

We are using SharePoint for our internet site and we're looking for a way / component that can help us to resize/scale images on the fly, while uploading to SharePoint. Is there something that we can ...
3
votes
1answer
907 views

Upload a document to a SharePoint list from CSOM with no limitations

I need to upload a document to a SharePoint list or folder using the Client Side Object Model from .NET (C#). What is the best way to do this? The requirements are as follows: Set metadata values ...
3
votes
2answers
2k views

How to import a large number of files into SharePoint?

I have 500 GB in .pdf and .doc files on my file share and I want to put all of those into SharePoint. What is the best way to do it? I have a database size of 250 GB. I also want to be able to search ...
3
votes
1answer
914 views

Why do some brand new documents show up in user recycle bins as well?

SharePoint 2010 / SQL Server 2008 R2 Sometimes (but not always) when a user uploads or directly saves a new file into a document library in my environment that document saves to the desired location ...
3
votes
1answer
456 views

“No item exists at https://<internal_url>” after file upload when accessing the site externally

I have created a SharePoint 2010 site that is accessible both internally and externally. I have created alternate access mappings for https://<internal_url> (Extranet) and ...
3
votes
3answers
377 views

Calculate number of pages in the document in document library

In my SharePoint Server 2010, I have a document library which contails word and pdf files. For each file in the library, I want to display the number of pages in the file as a column. I tried but ...
3
votes
1answer
2k views

How do I save files that are larger than 1MB using the Client Object Model?

I'm trying to save a file to an SP document library using the Client Object Model: //populate information about the new file, from disk FileCreationInformation fci = new FileCreationInformation(); ...
3
votes
1answer
67 views

Not able to Upload files to the Hosted SharePoint 2010 Site Collection

We have a production site where we configured claims mode authentication for dual support { FBA | Windows } http://site as a root site with out host header, and two other site collection ...
2
votes
2answers
4k views

How can I upload a file to a Sharepoint Document Library using Silverlight and client web-services?

I'm using C# in Visual Studio with a Silverlight app. I want to upload a file to a document library, but none of the web-services here http://msdn.microsoft.com/en-us/library/ms479390.aspx seem to ...
2
votes
1answer
2k views

jQuery & SP2010 : Upload document to library using jQuery?

I built a custom form that saves the data to multiple lists with on click; it works pretty well for its intended use (keeping the data related). Thing is I am totally new at jQuery and SPServices, but ...
2
votes
2answers
367 views

Bulk renaming before upload

I have documents in a file share, and need to do a bulk renaming before uploading them to SharePoint. The reason is that SharePoint doesn't accept some special characters, like &, /, etc. What's ...
2
votes
1answer
544 views

Why am I still getting quota reached upload error after increasing the quota for a site collection?

A user was trying to upload documents to their site collection and reached the quota limit. I increased the quota for him but he is still getting the same error that the quota has been reached when he ...
2
votes
1answer
309 views

How to upload an XDocument to a document library without a local hard drive path?

I have seen code such as: String fileToUpload = @"C:\YourFile.txt"; String sharePointSite = "http://yoursite.com/sites/Research/"; String documentLibraryName = "Shared Documents"; using ...
2
votes
2answers
193 views

Add file watermark as it's uploaded

I've been trying to add a watermark to files as they are uploaded to SharePoint. I tried using several events: ItemAdding, ItemUpdating, ItemCheckedIn. In ItemUpdating and ItemCheckedIn the file is ...
2
votes
2answers
745 views

ItemAdding not firing when “Overwrite existing files” is checked for SharePoint Document library

I need to copy Existing file to A folder("Archive") while another file is uploaded with same file name to the document library. Ex I already have a filename "example.txt" in a document library. Now ...
2
votes
2answers
918 views

Move a document from library after adding it

I am using the ItemAdded event to fill in a metadata field. In the ItemUpdated event (after submitting the file properties diagog) - I want to move the file elsewhere. However, I get an error saying ...
2
votes
4answers
456 views

How to Upload File to Virtual Directory?

Salvete! Is there a way in Sharepoint to have a file be uploaded to a location in a custom virtual directory instead of sharepoint? I have about 120 users, all of whom need to deliver to our server ...
2
votes
1answer
277 views

Performance bottleneck on SharePoint upload method

Trying to eliminate a performance bottleneck on a method doing file and metadata uploads. According to the profiler on a line-by-line of the decompiled code, the majority of time is spent on ...
2
votes
2answers
795 views

How can I create an upload-only folder in a document library?

Our HR department wants users to download a form that requires a signature. They would like users to be able to scan those forms once completed and upload them to a folder. These forms contain ...
2
votes
3answers
199 views

Sharepoint Problems: Modifying Uploads?

We've noticed that some of our files have been modified by Sharepoint when uploading - specifically HTML files. Is this common / has this happened to anyone else? Is it specific to only a ...
2
votes
3answers
2k views

Uploading file version - Client Object Model

I have a library with versioned files. I have versioned files prepared for uploading (1 version = 1 file). How do I create new version? Do I just set file's Content property and Update it? Please ...
2
votes
1answer
1k views

Can I change the file extension of a document that is already in a document library?

So I recently had a nice hitch in the SharePoint app I made for my client. We have a Document Library which is supposed to contain PDFs, converted from drawing files made in other programs. The test ...
2
votes
2answers
1k views

Web Part with its FileUpload control causing “Webpage has expired” Error !

My problem precisely and concisely is that I developed a web part which contains a FileUpload control and the web part in general works correctly except for one issue. Whenever I use the web part then ...
2
votes
3answers
930 views

Why can't I upload video to library?

I created a Site Assets library in SharePoint Designer as I need to upload some videos to SP. Most of the are WMV and some are MP4. I have no issues uploading the video, except for one. Its a WMV ...
2
votes
1answer
387 views

Uploading files using object model

I'm experiencing some problems adding documents to a library using the object model. I use the spfolder.files.add where I pass a filestream containing the document in. When I run my Internet Explorer ...
2
votes
2answers
114 views

Uploading msg files with RPC call

I'm trying to upload some documents with metadata through the SharePoint RPC calls. Works great, untill I try to upload a file with an MSG extension; it refuses that for some reason. Are there blocked ...
2
votes
1answer
1k views

How to upload a file larger than 2MB to SharePoint document library using Managed Client Object Model for Silverlight

I can't seem to upload a file to SharePoint if that file exceeds 2MB or so. I am developing a Silverlight application that is interacting with SharePoint via Managed Client Object Model for ...
2
votes
1answer
933 views

Custom file upload in sandbox

I have a custom web part in a sandbox solution. Inside of the web part I have added an <input type="file" />. Upon postback I read the file using HttpContext.Current.Request.Files and save the ...
2
votes
1answer
3k views

How can I upload a file to a Sharepoint Document Library through SOAP web services using Java?

I'm trying to upload a document to a document library using the SP 2010 SOAP copy web service from Java. Any idea how to do this in Java? Here's the code I have so far: String[] destinationUrls = ...
2
votes
1answer
337 views

Upload a file into new document upon folder creation

I have a document library in which I want to store folders (people). Each folder have some metadata (person's properties). Then in each such folder I will hold documents (files) associated with ...
2
votes
1answer
35 views

How to add files manually to SharePoint site collect in readonly mode?

We have a SharePoint2010 on HTTPS with only one site collection. All users will have readonly access to the documents therefore site collect is locked to readonly. But we would like the site ...
2
votes
1answer
889 views

Uploading a file using powershell and updating column values

I am trying to upload a file from a local drive to a sharepoint doc lib, this much I have been able to find, however, I also want to update a column relative to the file, foe example, I have a company ...

1 2 3 4