Questions tagged [file-upload]
sending of data from a local system to a remote system that should store a copy of the data being transferred
549 questions
0
votes
0
answers
20
views
Can we rename files and upload them inside specific sub-folder inside power apps
I want to build a power apps which allow users to upload single or multiple files to sharepoint document library, then the user will select some categories, then based on those categories i want to ...
2
votes
1
answer
199
views
Linking or Adding Access Database (.accdb) Files to SharePoint Page
I am trying to add Access Database files to a SharePoint page, and I have encountered several issues: .accdb files are not supported when uploaded and links to shared drives are not accepted in a ...
0
votes
1
answer
158
views
Migrated documents are not the same size
I recently performed a migration between sites. It was a bit of a manual process in terms of developing using the client object model in C#. Essentially, for each file, I retrieved the memory stream ...
0
votes
1
answer
54
views
Issues connecting to sharepoint via CSOM with username and password
I have the basic code below, which gets a file from local storage and uploads it to a folder in Sharepoint. The code below seems to work fine, except for that I am receiving an error:
The sign-in name ...
0
votes
0
answers
85
views
Sharepoint (OneDrive) Upload file to subfolder using .NET Framework 4.8 c#
I'm trying to upload a simple text file into my Sharepoint/OneDrive subfolder (I am a contractor and perform web development for the FAA so the Sharepoint site is on the secured FAA network) at the ...
0
votes
2
answers
61
views
SharePoint Online - wrong file upload limit in document collection
I have a document collection in SharePoint online where uploads fail after 250MB. That of course is the limit for list attachments. But it's definitely a document collection.
The only thing special ...
0
votes
0
answers
205
views
Is there upload timeout limit for SharePoint on premises?
I tried to upload large attachment (>1.5GB) to list item on SharePoint On premises 2019 and after 120 sec there was timeout and traffic stopped.
Is there some limitation and how to change it?
0
votes
1
answer
2k
views
403 Forbidden when uploading file to sharepoint using REST API. Permission issue or missing header?
I am new to Sharepoint and REST APIs and am currently having an issue uploading a file using REST API. I am getting error System.UnauthorizedAccessException","message":{"lang":...
0
votes
1
answer
625
views
Use SharePoint as Ftp from PHP
I am definitely new with SharePoint.I own a PHP site where the users could manually upload a zipped file to sharepoint, and than users copied back the file's URL to a form page's field and save into ...
1
vote
1
answer
745
views
Creating extra buttons to upload files/create folders
I would like to add a few extra buttons to upload files and create new folders.
Is there any way to do this?
Thanks in advance!
0
votes
1
answer
145
views
Upload bulk images to Picture Library and add Keywords at the same time (bulk key wording)
I know you can drag and drop multiple images into the Picture library (SharePoint 2013), but is there a way to then say, I want all of these images to have 'x' keyword?
Background....
I'm trying to ...
2
votes
1
answer
6k
views
Completely replacing a file (not updating) but keeping the version history
We have a fortnightly planning file on our Sharepoint that had plenty of errors on it so I downloaded a copy and basically redid it. I now want to replace the old file, but I need all of the version ...
0
votes
1
answer
2k
views
Uploading files to sharepoint with RestSharp and their rest API is adding header and trailer lines to every file
I'm uploading to sharepoint using a c# client, and every file I Upload gets extra data included. A one line CSV file gets turned into a 7 line file that isn't usable. This is what my one line file ...
0
votes
0
answers
704
views
How to Upload a file to Sharepoint - problem with login and password
For my WPF program I have followed this example. Everything seems working fine but in the end I get this error:
Microsoft.SharePoint.Client.IdcrlException: 'The sign-in name or password does not ...
1
vote
0
answers
55
views
Is it possible to apply metadata to file where user has Write Only access?
This issue stems from a custom interface I'm creating for uploading files. In my situation, the uploading user is required to have write-only access to the destination library. So they can upload ...