users@grizzly.java.net

Re: Grizzly fileupload

From: Oleksiy Stashok <oleksiy.stashok_at_oracle.com>
Date: Thu, 17 Mar 2011 10:33:37 +0100

Hi Gagan,

> I have one more question. There are number of project listed under the
> heading Projects using Grizzly on main page of Grizzly website. Does any of
> these projects solves the simultaneously big file upload problem. And if
> Grizzly does not have multi-part fileupload support yet then it means none
> of the project listed there have support for it.
Currently we don't have multi-part message parser for non-blocking
InputStream.

But still you're able to use any existing multi-part parser with regular
blocking streams.
For example the one from O'Reilly [1], which you can use with InputStream:
/
final InputStream in = request.getInputStream(*true*);/


Thanks.

WBR,
Alexey.

[1]
http://www.koders.com/java/fid09524E23152581E993DB11E966C08182D9A9B26C.aspx?s=cdef%3aMultipartParser+oreilly

> Thanks,
> Gagan
>
>
> --
> View this message in context: http://grizzly.1045725.n5.nabble.com/Grizzly-fileupload-tp3732246p3847647.html
> Sent from the Grizzly - Users mailing list archive at Nabble.com.