Can a web service return a stream?

前端 未结 12 1757
眼角桃花
眼角桃花 2021-02-02 09:23

I\'ve been writing a little application that will let people upload & download files to me. I\'ve added a web service to this applciation to provide the upload/download fun

12条回答
  •  无人及你
    2021-02-02 09:52

    I think using a simple servlet for this task would be a much easier approach, or is there any reason you can not use a servlet?

    For instance you could use the Commons open source library.

提交回复
热议问题