Upload files to SharePoint from Java/J2EE application

前端 未结 5 689
甜味超标
甜味超标 2021-01-03 08:14

We have a requirement to upload large files (may be up to 200 MB) to SharePoint from a Java/J2EE application.

We know there are out of the box SharePoint web service

5条回答
  •  遥遥无期
    2021-01-03 08:39

    May be I missed something... but when you let users upload files to your J2EE server, wouldn't you be writing the uploaded content to a temp directory first and then stream it to the server?

    As you write the buffers immediately to the disk, you wouldnt have any issues with memory limitations.

提交回复
热议问题