sending of data from a local system to a remote system that should store a copy of the data being transferred
2
votes
1answer
931 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
543 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 ...
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 ...
0
votes
0answers
53 views
I cant upload file in sharepoint 2003? [closed]
I have sharepoint 2003 and I worked for several years, but today I cant upload file in my sharepoint.
when I use from document library and peress Upload document Bottom the sharepoint show a Error ...
1
vote
0answers
426 views
Add files to document library based on content types
Okay, I am using following powershell script to add files to document library. Initially, the library only had built in content type "Documents". But now its another content type "Link to a Document". ...
1
vote
1answer
166 views
Content Organiser upload dialog
I am using the Content Organiser to send uploaded files from a subsite DropOff folder to the root website.
The documents to be uploaded have a custom content type and who's parent is the Document ...
1
vote
1answer
75 views
How to link to another document (within same site collection and may b within same doc lib)
I have 4 records in excel and they all have same pdf files. I can import all 4 records and alter the file name so all the records can be import. All that fine. Now, I was thinking why not import the ...
0
votes
2answers
1k views
how to rename file in document library?
I am using powershell to read a csv file and then uploading the file to sharepoint. However, I would like to rename the file. how is it done? Is it done before I load the file from fileshare to ...
1
vote
1answer
58 views
stop users linking to files in file system from web pages
We are still working on our sharepoint implementation and have had a requirement come in from the powers that be to stop users linking to file system(network drive) documents from their webpages. ...
1
vote
0answers
658 views
upload file to document library
I keep getting following error. The code looks good but I guess it's not grabing the siteUrl to create a full url.
PS C:\sales> .\Import.ps1 Exception calling "Add" with "3"
argument(s): "The ...
1
vote
1answer
532 views
404 Error after upload PDF to document library
I'm having an issue uploading a PDF to a document library. I've uploaded many different PDF's to many document libraries with no issues. This one PDF won't upload. I get a 404 error. It's 5 MB and ...
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 ...
0
votes
1answer
185 views
Upload a document and fill out list item data in the same form
I am working on a solution where I need to upload a document to a document library, as well as input the item information.
I would like to do this from a single form, as opposed to the Out-of-the-box ...
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 ...
0
votes
2answers
261 views
SharePoint 2007 MultipleUpload is not uploading files
I have an issue when uploading multiple documents. The multiple documents page opens fine, and I am able to select files. When hitting upload, the Status wheel is spinning for about 20 seconds, and ...
2
votes
4answers
455 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 ...
1
vote
3answers
977 views
Upload File to Sharepoint Library
Currently I'm developing a webpart using SP2010 named ProfilePicture. I've successfully imported the webpart to SP2007. My problem is I receive an error whenever I attempt to upload a picture. I can ...
1
vote
1answer
375 views
Uploading file in document library exceeds limit in sharepoint 2010
We have a file upload limit set to 50 MB and we want to upload file of 90 MB..So if we increase the upload limit to 100MB and upload the file and then set the limit back to 50MB.. is this a right way ...
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 ...
1
vote
2answers
2k views
event receivers and execution order
I am using some of these such as ItemAdded and ItemUpdated and I had altered the elements file to make this synchronous.
I'm just curious as to what the order of execution is for all these handlers.
...
0
votes
2answers
1k views
Uploading a Word Document to Sharepoint using SaveBinaryDirect() resulting in corrupted document
I am uploading a document to sharepoint site using client object model.
using (FileStream fs = new FileStream(@"C:\temp\UlDoc.docx", FileMode.Open))
{
File.SaveBinaryDirect(_cc, ...
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 ...
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 ...
0
votes
1answer
1k views
Programmatically approving file in document library causes exception
Any document library where the list has EnableModeration set to true causes an exception to be thrown in a powershell cmdlet that uploads a file.
The checkout, file upload, checkin, and publishing ...
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 ...
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 ...
1
vote
2answers
395 views
FileUpload Control in Sandbox solution
FileUploadControl.HasFile always returns false.
When I tried using HttpFileCollection
HttpFileCollection files = Request.Files;
after adding System.Web Namespace it says 'Request' does not exists ...
1
vote
1answer
615 views
Anyone know how to upload files into a Sharepoint Library using javascript and the SOAP API in SP 2010?
I am writing custom forms in javascript.
I do not have access to visual studio. I need to be able to upload a file into a document library with meta data.
I've been playing around with the Copy.asmx ...
1
vote
1answer
111 views
Will “Send To” overwrite a file with the same name in the destination library
When the Send To command is used to copy a file from one library to another, if the destination library already has a file with the same name, will that file be overwritten?
I suspect this is related ...
0
votes
1answer
125 views
Set default authorizations for an uploaded document
Is it possible, when you upload a document and put it in a library, to set automatically inherited rights from the library to this document ? Because, for the moment, when I upload a document (during ...
3
votes
3answers
376 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 ...
1
vote
1answer
84 views
Difficulties uploading files to folders
I'm trying to upload files to a SharePoint 2007 environment using PUT requests. Using the object model isn't an option since my application is not running on one of the SharePoint servers and ...
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.
1
vote
1answer
425 views
Increase page timeout from inside a web part
We have a webpart that allows users to upload videos to YouTube. In testing, we were able to exceed the script timeout. I believe the default is 120 seconds.
Can this setting be changed / ...
1
vote
1answer
612 views
Uploading multiple files to custom lists through Web Service
What is the best way to upload multiple files through web service without causing the timeout?
I am using the following code:
ListProxy.Lists newListProxy = new ListProxy.Lists();
...
0
votes
1answer
723 views
How to verify whether the document name exist in document library?
I am uploading some document in sharepoint document library with name sample.txt and after some time I am uploading a document with the same name.
As per the OOB functionality based on the checkbox ...
2
votes
2answers
793 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 ...
0
votes
1answer
444 views
Unable to upload CHM file to SharePoint 2010
I already went to Central Admin and took off CHM in the Defined Blocked Types list but I'm still unable to upload a CHM file to my SharePoint list.
I keep getting the default error msg: "The list ...
1
vote
1answer
2k views
Upload multi files controls?
I have a web part which contains FileUpload asp.net control , i want to replace FileUpload asp.net control with Upload Multi Files Sharepoint control.
Is there a way to reference this control in my ...
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 ...
0
votes
5answers
8k views
How to upload and open *.exe-Files in Sharepoint 2010?
I had to upload some *.exe-Files in Sharepoint 2007. Now we are upgrading to Sharepoint 2010 and I got the following problem:
I tried to upload these files into a document library. After I allowed ...
1
vote
1answer
388 views
How to upload a file and create a link in another library using SPServices?
How do I upload a document (PDF) to a library and create a link to it in another library?
I need to do this using SPServices specifically..
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();
...
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 ...
1
vote
2answers
169 views
Lookup field not updating when the document uploading
I am uploading document programically and passing lookup field value but its not get updated, how to handle this?
using (var site = new SPSite("http://ussecavpdvrwk06/sites/TAS/"))
{
...
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;
...
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
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
2answers
420 views
Changes in an uploaded InfoPath form aren't being saved
When I upload an InfoPath form to a document library, open it up, make some changes, click save and then re-open the InfoPath form, the changes will not be there. However, if I click New Document in ...
0
votes
3answers
2k views
How do I prevent users from uploading documents?
Users should only be allowed to add documents (MS Word) by creating a new one based on the the document library's content type. They should not be able to upload. This will ensure that every document ...
