简体   繁体   English

使用来自外部MVC应用程序的jquery将文档上载到sharepoint 2010库

[英]Upload Document to a sharepoint 2010 library using jquery from external MVC application

What are the ways to upload document to a SharePoint 2010 library using asp.net MVC 4 application (coded in jquery). 使用asp.net MVC 4应用程序(用jquery编码)将文档上载到SharePoint 2010库的方式有哪些。

The SharePoint site is a hosted as a separate site and my web application is hosted on a different site. SharePoint网站作为单独的网站托管,而我的Web应用程序托管在其他网站上。

I could use SharePoint web services but I want to code the entire upload using jquery. 我可以使用SharePoint Web服务,但是我想使用jquery对整个上传进行编码。

I need to call the web service in my external asp.net application Upload the document with the meta data into the SharePoint site. 我需要在外部asp.net应用程序中调用Web服务。将带有元数据的文档上载到SharePoint网站。 Checkout/check-in an existing document using the windows credential 使用Windows凭证检出/检入现有文档

Is there any other way /resource of doing this. 还有其他方法/资源可以做到这一点。

Thanks 谢谢

SPServices from codeplex will let you call the SharePoint webservices relatively easily from jQuery. Codeplex的SPServices将使您可以相对轻松地从jQuery调用SharePoint Webservices。 The CopyIntoItems call can be used to put a base64 encoded document into SharePoint and then edit the metadata after that. CopyIntoItems调用可用于将base64编码的文档放入SharePoint中,然后再编辑元数据。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从SharePoint外部的另一个应用程序上载在线SharePoint网站集文档库中的文档 - Upload document in online SharePoint site collection document library from another application outside SharePoint 如何使用 jquery 通过 SharePoint 中的 ID 检索文档库 - How to retrieve a Document Library by it's ID in SharePoint using jquery 使用 Jquery 从 SharePoint 2010 站点获取列表数据 - Getting list data from SharePoint 2010 site using Jquery Sharepoint 2010:跟踪对链接到文档内容类型的单击:使用jQuery在自定义列表中存储和更新值。 - Sharepoint 2010: Tracking Clicks on Link to a Document Content Type: Store and Update Values in a Custom List by using jQuery. 使用 jquery 将数据从 excel 上传到 sharepoint 列表 - upload data from excel to sharepoint list using jquery 在SharePoint 2010中使用Jquery调用ASMX服务 - Using Jquery to call an ASMX service in sharepoint 2010 在SharePoint 2010中使用jQuery有条件地隐藏内容 - Hiding content conditionally using jQuery in SharePoint 2010 Sharepoint文档库-使用javascript的标题文件名 - Sharepoint Document Library - Filename to title using javascript 在 SharePoint 2010 应用程序页面中使用 jquery.form.wizard-3.0.4.min.js - using jquery.form.wizard-3.0.4.min.js inside a SharePoint 2010 Application page 使用CSOM / JavaScript的SharePoint 2013 HTML5 Javascript上传到文档库 - SharePoint 2013 HTML5 Javascript Upload to Document library with CSOM/JavaScript
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM