RE: Receive a multipart HTTP response

2009-07-21 Thread Jerome Louvel
http://www.noelios.com -Message d'origine- De : news [mailto:n...@ger.gmane.org] De la part de Evgeny Shepelyuk Envoyé : mardi 21 juillet 2009 10:41 À : discuss@restlet.tigris.org Objet : Re: Receive a multipart HTTP response Hello ! I've tried to use commons-fileupload and it's not

Re: Receive a multipart HTTP response

2009-07-21 Thread Evgeny Shepelyuk
per ~ <http://www.restlet.org/> > http://www.restlet.org > Noelios Technologies ~ Co-founder ~ <http://www.noelios.com/> > http://www.noelios.com > > > > > De : Evgeny Shepelyuk [mailto:eshepel...@gmail.com] > Envoyé : lundi 20 juillet 2009 23:12 > À : discuss@rest

RE: Receive a multipart HTTP response

2009-07-21 Thread Jerome Louvel
De : Evgeny Shepelyuk [mailto:eshepel...@gmail.com] Envoyé : lundi 20 juillet 2009 23:12 À : discuss@restlet.tigris.org Objet : Re: Receive a multipart HTTP response 1. FileUpload doesn't support multipart/mixed 2. I need HTTP not XMPP 3. Seems restlet don't have any support

Re: Receive a multipart HTTP response

2009-07-21 Thread Evgeny Shepelyuk
considered using XMPP which as a > protocol is much better suited for the purpose? > > dav > > >> > > -- > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2372649 > > > ____________ > View message @ > http:

Re: Receive a multipart HTTP response

2009-07-20 Thread David Bordoley
On Fri, Jul 17, 2009 at 12:02 PM, Evgeny Shepelyuk wrote: > 2. we need to read long time multipart HTTP response item by item > 3. i think FileUpload extension will work only after complete read of input > stream. but in our case the request is "never" finished and the items should > be read from s

Re: Receive a multipart HTTP response

2009-07-20 Thread Evgeny Shepelyuk
Let me give more details. 1. we don't need parse multipart file upload. 2. we need to read long time multipart HTTP response item by item 3. i think FileUpload extension will work only after complete read of input stream. but in our case the request is "never" finished and the items should be rea

Re: Receive a multipart HTTP response

2009-07-17 Thread David Bordoley
Check out org.restlet.ext.fileupload. Its a representation wrapper around apache file upload that will allow you to parse multipart uploads. dave On Fri, Jul 17, 2009 at 8:02 AM, Evgeny Shepelyuk wrote: > Hello > > We're about to develop application that should read data from video camera. > Data