sending of data from a local system to a remote system that should store a copy of the data being transferred
2
votes
1answer
124 views
Failed to upload huge size file to Office 365 site
We have a Office 365 site. When we upload documents of few MB from Browser, they are successfully uploaded to document library but when we tried to upload file of size greater than 50MB, we get the ...
2
votes
1answer
136 views
Uploading '.xlsx' or '.docx' to SharePoint 2007 from ASP.NET app causing file 'corruption'
I have an ASP.NET application wrapped in SharePoint 2007 website. Within this application I allow users to create requests and they can also upload supporting files for the request. When a user ...
2
votes
1answer
456 views
Calling Upload Dialog with javascript, can I pass value through to the edit form that follows?
I have a button that opens the upload dialog from a page using the below approach:
function openUploadNewDocumentDialog(passingID)
{
var dialogOptions = SP.UI.$create_DialogOptions();
...
2
votes
1answer
112 views
Open MultiUpload modal form
Could you please tell me how to open a MultiUpload modal form, without using or displaying the single upload form?
<script language="javascript" type="text/javascript">
$(function () {
...
2
votes
2answers
403 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 ...
1
vote
2answers
203 views
What is the Best Method to Store 100s of Thousands of Files in SharePoint 2010?
My question is:
What is the best method for storing thousands of files (or millions) in SharePoint?
Every file's size is about: 5 MB * 1000000 = 5 TB
I need the best method for that that does ...
1
vote
4answers
635 views
Unable to upload 70MB .Zip file
This is the situation:
Max-upload size is set to 100 MB
zip isn't in the list of blocked file types
Does anyone have an idea what could be the problem?
The error-message that is given doesn't ...
1
vote
2answers
1k 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.
...
1
vote
1answer
32 views
Bulk Upload from Fileshare to SP 2013 with Metadata
I have found a powershell script to upload multiple files to a document library in SharePoint 2010 however I am using the 2013 version. Would this still work?
Link to script : ...
1
vote
1answer
61 views
SaveBinaryDirect throws an 404 error
SaveBinaryDirect works fine, unless I try to upload an exe file. Is there a limitation for some file types in SaveBinaryDirect or how can I solve this problem?
Exe file upload is allowed for the ...
1
vote
1answer
338 views
Upload.aspx auto check/uncheck option to overwrite files from client side js/jquery
So if I reference the upload.aspx with guid, show that dialog from a link or something from a page, is there anyway I can get to the elements of that form? I only have javascript/jquery and designer ...
1
vote
1answer
395 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
583 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();
...
1
vote
3answers
962 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
173 views
Upload image and pdf from one form
I have a Sharepoint 2007 process where the user uploads an image to a Picture Library and then uploads a PDF to a Document Library. The Document Library list contains a hyperlink column where the user ...
1
vote
4answers
1k views
Unable to upload a file
User 'X' is the site-collection owner. He tries to upload a 750kb file into a document library and gets the error:
The server has aborted your upload.
The files selected may exceed the
...
1
vote
1answer
21 views
Access Uploaded Document's Original Creation Date in SP2010
I've spent some time searching this site and others but haven't seen a conclusive answer to this question: is there a non-code way to display the original creation date for an Office document in a ...
1
vote
1answer
21 views
How to increment the document reference (not version) as they are uploaded?
How to increment the document reference (not version) as the document is uploaded. Pre populate the column, so that when the next document is uploaded it will automatically have incremented in order. ...
1
vote
1answer
137 views
How to enforce metadata in document information panel in SP2010
My document library supports several custom content types. When "Add new document" is clicked, the Browse dialog for uploading the file is followed by the Document Information Panel which is properly ...
1
vote
1answer
79 views
What is the reason to have a minimum default value for the “executionTimeout” attribute?
If SharePoint Upload time limit can be increased as we wish, why the default is not set to be Max? What is the reason to have a minimum default value for the attribute "executionTimeout"?
...
1
vote
2answers
178 views
js/jquery doesn't work on site's upload.aspx?
is that right? If I go to a library in the designer, i can see upload.aspx there. Can't create a new one (and i guess that is because there is really only one per site, or collection?). Anyway, I can ...
1
vote
1answer
445 views
automatically create subfolder and save the file in sharepoint using powershell
I am new in powershell, i want to save a file which powershell will automatically create new subfolder in sharepoint 2010 and save it ( the subfolder named should be todayname i.e. 25Oct2012) :
here ...
1
vote
1answer
691 views
Display File Extension in Doc. Library Column?
I need to display the file extensions of the files in a Document library in a column. I have done a bunch of searching and came across solutions but they don't seem to be working for me.
This is ...
1
vote
2answers
74 views
Blocking specific file types for a specific document library
I know I can block certain types of files from uploading for all document libraries but I was thinking how can I block it for a specific document library.
1
vote
1answer
101 views
Is there any way to allow upload of files whose name contains the “#” character without changing the name?
When using sharepoint to upload a file, the file name can not contain several characters.
The file name is invalid or the file is empty. A file name cannot contain any of the following characters: ...
1
vote
5answers
8k views
how to upload file to sharepoint doc library via c# application?
I need to upload files with specific information(custom fields) into sharepoint document library via custom windows application.
I have no idea how to do it, anyone has any examples how to do it ...
1
vote
1answer
170 views
How to Upload/Replace a Template in a Document Library
In my organization we have many Sharepoint sites for different products that basically mirror each other in structure. We have a document library in each of these sites with a custom template. The ...
1
vote
2answers
259 views
Issue in versioning and metadata with recent Office Files
I have a web service that shows a sort of CRUD of document (with metadata) for other application..
I have some document libraries in which users can upload (via WS) documents with metadatas.
For ...
1
vote
2answers
2k views
How to Upload File to Sharepoint Via Commandline?
Salvete! How can I, from the commandline, upload a file to a document library?
Now, I found davcopy, which works, sort of. I can only upload the file using my domain account that I am already logged ...
1
vote
1answer
233 views
Online sharepoint file uploader
I'm planning to create an web file upload to sharepoint for a web application currently under development . The idea is the user would provide the endpoint to his sharepoint server, provide ...
1
vote
1answer
73 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 ...
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
1answer
514 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 ...
1
vote
1answer
373 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 ...
1
vote
2answers
385 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
110 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 ...
1
vote
1answer
591 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
371 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..
1
vote
2answers
165 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/"))
{
...
1
vote
1answer
551 views
SP2010 Client Object Model 3 MB limit - updating maxReceivedMessageSize doesnt get applied
I am using Client Object Model to interact with Sharepoint 2010. When I tried to upload documents greater than 3 MB using Client OM, it gave an error Bad Request. Microsoft suggests this to fix the ...
1
vote
3answers
502 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 ...
1
vote
1answer
364 views
“Cannot add file”-error when working with document library programmatically
I have two libraries, one with forms(xml) and one with a custom document content type.
I have an event receiver ItemUpdated on the form library, which interprets the added/modified form, and creates ...
1
vote
3answers
47 views
Setting criteria for either archieving documents on share drive or move to the portal
What questions/criteria should a organization ask, when deciding on whether they should keep documents on the share drive, or move them to the portal?
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 ...
1
vote
1answer
841 views
Upload file to sharepoint using custom field type
I am rendering the fields of a content type in my page.
The name field is rendered, and is a Microsoft.SharePoint.WebControls.FileField control.
I select a file in this field, and I post the page.
...
1
vote
1answer
888 views
Multiple file upload limits for different roles/groups
I have a requirement for a group of users in a SharePoint site to be allowed to upload documents larger than the default 50MB - i.e. 100MB. All other users must keep this 50MB limit however.
During ...
1
vote
1answer
35 views
warning of duplicate item while uploading file in document library
I have a standard document library. I want to prompt the user if file name already exists in document library. I want this Friendly Error (with custom error text) on "Upload Document" form when when ...
1
vote
1answer
87 views
Document Properties not carry to new version
SP 2010, I have a document library with versioning turned on. If I populate title on the document, and save it... then I upload a new version of the document the title will get wiped out. How do I ...
1
vote
1answer
155 views
SharePoint 2013 Hosted App File Upload
Because of the nature of the new app model for SharePoint Hosted apps which gives us no access to server logic, how can you possibly setup File Uploading for older browsers like IE8 that don't ...
1
vote
1answer
407 views
Uploading large files to SP 2010 - InfoPath limits and alternatives
Problem)
We have several complex InfoPath forms in production. Got a new requirement for one of them: Client needs to be able to upload large files to SP libraries using this IP form (as file ...
