sending of data from a local system to a remote system that should store a copy of the data being transferred
0
votes
1answer
515 views
Upload a document in a specific folder
I would like to set a specific folder when I open the upload.aspx page to help.
I tryed to look in the dll but the license of reflector is expired.
UPDATED
Maybe this post can help ...
0
votes
0answers
13 views
Copy.asmx vs DocumentService.asmx to Upload files and related questions
I have two applications which does the same thing - upload files to SharePoint folder; one is a Windows service and the other one is a batch file.
I wrote the application deployed as a Batch File ...
0
votes
0answers
22 views
Trying to upload document via copy.asmx results in not having uploaded a file and no error message
This question is a follow-up question to this question.
I settled on using the Copy.asmx WS as it seemed to be the only viable alternative. I'm running into a problem when it comes to uploading the ...
0
votes
1answer
678 views
Picture upload field and crop function in edit form
I have a standard list and I have to add a special field:
It should be an upload field or a link to a window including an upload field where the user can upload a picture and select an area to crop, ...
0
votes
0answers
10 views
Link uploaded files to tasks
Is there any way/app from the app store which allows files to be uploaded for specific tasks? Bit of a SharePoint newbie, and tried searching on Google and in the App Store with no luck. Don't really ...
0
votes
2answers
22 views
Unable to store the uploaded file to the Images mapped folder
I have a file upload control in my visual web part which will enable user to select the image. I want to put it in the mapped folder.
My code is:
if (flPicture.HasFile)
{
SPSite ...
2
votes
1answer
2k 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 ...
0
votes
2answers
1k views
SharePoint Document Center upload error
I have:
SharePoint 2010 SP1 instance.
Microsoft Office Professional Plus 2010
Windows Server 2008 R2 Standard
The issue is that any uploads from within office (e.g. Save As or Save and Send) that ...
0
votes
1answer
93 views
Upload to DocLib with jQuery (and REST) without HTML5
Uploading Documents to SP 2013 with jQuery and REST work just fine (Properties when uploading Files using REST in SP 2013) but these methods require a HTML5 compatible browser. The problem is now I ...
0
votes
1answer
29 views
How to upload a file in survey or custom list?
I want my users to upload a document.I know we can use doc library to upload docs. But Is there any way of providing a field to upload a file in sharepoint survey or custom list?
Please help me in ...
0
votes
1answer
40 views
Forcing the browser to open a download dialog box , when a user click on a document inside a document library App
Currently I have set the following for my document library App:-
On the library advance setting :- I define “Open in the client application”
On the web application setting:- I define stricked for ...
0
votes
0answers
23 views
Can I curl file with title to sharepoint?
Since file title is required field in my sharepoint folder, a file was in checkout status after I ran the command (curl --anyauth --user NAME:PASSWORD -T filename sharepointfolder) from Unix. My ...
5
votes
8answers
10k 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 ...
7
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:
...
2
votes
0answers
93 views
Uploading image using java HttpURLConnection (Rest service)
we are trying to post an image to a sharepoint 2013 object library. We only get
System.ArgumentNullException
no value for parameter '{0}'
Parametername: parameters.Url
from the server. Can anybody ...