开发者

Uploading large files to web service

Good morning everyone:

I've been searching the internet and have not found what to do on this.

I'm currently trying to upload a file bigger than 100 MB to the UCM (Universal Content Management of Oracle 10g) web service. It works fine on files smaller than 100 MB 开发者_StackOverflow中文版but with bigger files I get the 10055 socket error saying that there is not avaiable buffer space or queue is full.

So I have no way to chage the UCM Web service but I would like to know if I change my code somehow to upload this big files. The WS offers a method that receives the byte array (byte[]) containing the file contents, no chunks...

Any help, hints, tips or tricks will be appreciated. Thanks!


Depending on what webserver you're running it might just need configuring to allow large requests. For IIS try here.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜