如何以编程方式在 Sharepoint 站点上发布 HTML 文件
我对 SharePoint 还很陌生,我需要在现有的 SharePoint 网站中发布 HTML 文件(它们是生成的报告)。有人告诉我,只有应用程序在同一服务器上运行时才可以使用 SharePoint Api(此处不是这种情况),所以我需要做的是使用 SharePoint Web 服务。
是这样吗?在这种情况下,我应该为这个简单的任务检查什么(在已知位置创建一个列表并在其上发布 html 文件。
提前致谢。
I'm pretty new to SharePoint and I need to publish HTML files (they are generated reports) in an existing SharePoint site. I've been told that you can only use the SharePoint Api if the application runs on the same server (not the case here) so what I need to do is to use the SharePoint web services.
Is that right? In that case, what should I check for this simple task (create a list at a known location and publish html file on it.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这两个问题都指的是同一件事,创建一个页面库并上传您的html文件,如下面链接中的建议
Que1
Que2
yes both the questions refer to the same thing create a page library and upload your html file as suggested in below link
Que1
Que2