将我的 php Web 应用程序与 sharepoint 集成

发布于 2024-11-05 04:40:26 字数 386 浏览 1 评论 0原文

我创建了一个 php 平台,允许用户上传视频并按类别等显示它们。它是用 php 编写的,带有 mysql 数据库。

现在我想将系统与 sharepoint 2010 集成。主要目标是按照我当前网站上显示的方式显示视频列表,其次是允许用户将视频从 sharepoint 添加到我的系统,所以它也可以在共享点列表中看到。第三个目标是能够通过共享点搜索功能搜索视频(在标题上),这将是很好的。

我是 sharepoint 的新手,但我精通 asp.net 和 php,所以编程不是问题。我尝试通过在新页面上使用 iframe 在 sharepoint 中显示我当前的网站来破解它,但 sharepoint 在保存时删除了 iframe 标记,因为它不安全。

我应该考虑创建新的内容类型吗?或者这是我的任务的无效路径?

I've created a php platform that allows users to upload videos and that shows them in categories and so on. It's written in php with a mysql database.

Now i'd like to integrate the system with sharepoint 2010. The main objective is to show the list of videos the way it's shown on my current site, the secondary is to allow the user to add a video from sharepoint to my system, so it can be seen in the sharepoint list too. Third objective, which would be nice to have, is to be able to search the video (on title) from the sharepoint search functionality.

I'm new to sharepoint, but i'm fluent in asp.net and php, so programming would be no issue. I've tried to hack it by trying to show my current site in sharepoint using an iframe on a new page, but sharepoint removes the iframe tag upon save, because it's insecure.

Should i be looking in creating a new Content Type? Or is that an invalid path for my quest?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧情勿念 2024-11-12 04:40:26

Sharepoint 2010 包括对 Silverlight 应用程序的支持。由于您已经精通 .NET,也许您可​​以创建一个 Silverlight 应用程序来显示您的视频。

一些帮助您入门的链接:

Silverlight 和 SharePoint 2010:更好一起
Silverlight 和 SharePoint 2010 入门
Silverlight 和 Sharepoint 2010:入门
SharePoint 2010 Silverlight 客户端对象模型 - 如何使用

Sharepoint 2010 includes support for Silverlight applications. Since you're already fluent in .NET, perhaps you could create a Silverlight app to display your videos.

Some links to get you started:

Silverlight and SharePoint 2010: Better together
Getting Started With Silverlight and SharePoint 2010
Silverlight and Sharepoint 2010: Getting Started
SharePoint 2010 Silverlight Client Object Model - How to use

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文