users@jersey.java.net

Re: [Jersey] File upload with Jersey

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Tue, 24 Feb 2009 14:32:51 +0100

On Feb 24, 2009, at 2:08 PM, Robert Naczinski wrote:

> Hi,
>
> it is possible with Jersey to receive a file from a request? If is so,
> has anybody a snippet?
>

Do you mean the uploading of a file from say a browser using an HTML
form?

Or do you mean a client directly sending the bytes of the file as a
request entity and the server should reproduce a file that contains
those same bytes on the server-side?

Paul.