Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用上传多个文件功能,一次可以将多少个文件上传到文档库?它取决于文件的总大小吗?
这取决于您使用的是哪个“上传器”。微软在某个阶段通过服务包改变了这一点。
“拖放”上传器最多可容纳 100 个文件(没有给出像样的消息)。我相信基于“Treeview”的上传器没有限制,但有其他烦人的限制。
(复制我在 SharePoint Overflow 上对同一问题的回答)
据我所知,最大文档大小只有限制(默认为 50MB)。您可以在管理中心 -> Web 应用程序常规设置页面中配置它。我认为一次上传的最大文件数没有限制。
I have added resteasy-jackson provider jar in my pom.xml I have one pojo class annotated with jaxb annotations :
resteasy-jackson
pom.xml
Reque